#BB5423

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

Shades of Fiery Orange #BB5423

Tints of Fiery Orange #BB5423

Color information

#BB5423 (or 0xBB5423) is unknown color: approx Fiery Orange. HEX triplet: BB, 54 and 23. RGB value is (187,84,35). Sum of RGB (Red+Green+Blue) = 187+84+35=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 35 (14.06% from 255 or 11.44% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5423 is #44ABDC. Grayscale: #6D6D6D. Windows color (decimal): -4500445 or 2315451. OLE color: 2315451.

HSL color Cylindrical-coordinate representation of color #BB5423: hue angle of 19.34º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB5423 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB1878435-
CMYK00.550.810.27
HSL19.34º68.47%43.53%-
HSV(B)19.34º81.28%73.33%-
XYZ23.9717.033.61-
YUV109.2186.12183.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.11%
GREEN value IS 84 (33.20% from 255) = 27.45%
BLUE value IS 35 (14.06% from 255) = 11.44%
R=61.11%
G=27.45%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187843500.550.810.2719.3468.4743.53
HexBB5423037511B13442c
Octal27312443067121332310454
Binary1011101110101001000110110111101000111011100111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5423; }

 p { color: rgb(187,84,35); }

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

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

 a { background-color: rgb(187,84,35); }

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

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

 span { border-color: rgb(187,84,35); }

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