#B45339

Color #B45339 Orange Roughy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Roughy #B45339

Tints of Orange Roughy #B45339

Color information

#B45339 (or 0xB45339) is unknown color: approx Orange Roughy. HEX triplet: B4, 53 and 39. RGB value is (180,83,57). Sum of RGB (Red+Green+Blue) = 180+83+57=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 57 (22.66% from 255 or 17.81% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B45339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45339 is #4BACC6. Grayscale: #6D6D6D. Windows color (decimal): -4959431 or 3756980. OLE color: 3756980.

HSL color Cylindrical-coordinate representation of color #B45339: hue angle of 12.68º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B45339 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB1808357-
CMYK00.540.680.29
HSL12.68º51.9%46.47%-
HSV(B)12.68º68.33%70.59%-
XYZ22.6516.195.8-
YUV109.0498.64178.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 56.25%
GREEN value IS 83 (32.81% from 255) = 25.94%
BLUE value IS 57 (22.66% from 255) = 17.81%
R=56.25%
G=25.94%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180835700.540.680.2912.6851.946.47
HexB45339036441Dd342e
Octal2641237106610435156456
Binary10110100101001111100101101101000100111011101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45339; }

 p { color: rgb(180,83,57); }

 H1.HeaderClassName
 {
   color: #B45339;
 }
 .AnyTagClassName
 {
   color: #B45339;
 }
</style>
background-color css

<style>
 a { background-color: #B45339; }

 a { background-color: rgb(180,83,57); }

 div.DivClassName
 {
   background-color: #B45339;
 }
 .BgClassName
 {
   background-color: #B45339;
 }
</style>
border-color css

<style>
 span { border-color: #B45339; }

 span { border-color: rgb(180,83,57); }

 td.TdClassName
 {
   border-color: #B45339;
 }
 .TagClassName
 {
   border-color: #B45339;
 }
</style>