Html Css Color HEX #BB531C Fiery Orange

📋 copy color: '#BB531C'

red 187 ◦ green 83 ◦ blue 28

#BB531C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiery Orange #BB531C

Tints of Fiery Orange #BB531C

RGB

 RED value IS 187 (73.44% from 255) = 62.75%

 GREEN value IS 83 (32.81% from 255) = 27.85%

 BLUE value IS 28 (11.33% from 255) = 9.4%

R = 62.75%
G = 27.85%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BB531C (or 0xBB531C) is known color: Fiery Orange. HEX triplet: BB, 53 and 1C. RGB value is (187,83,28). Sum of RGB (Red+Green+Blue) = 187+83+28=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB531C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB531C is #44ACE3. Grayscale: #6C6C6C. Windows color (decimal): -4500708 or 1856443. OLE color: 1856443.

HSL color Cylindrical-coordinate representation of color #BB531C: hue angle of 20.75º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB531C is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 83 28 -
CMYK 0 0.56 0.85 0.27
HSL 20.75º 0.74% 0.42% -
HSV(B) 20.75º 0.85% 0.73% -
XYZ 23.8 16.84 3.09 -
YUV 107.83 82.96 184.47 -
System Red Green Blue C M Y K H S L
Decimal 187 83 28 0 0.56 0.85 0.27 20.75 0.74 0.42
Hex BB 53 1C 0 38 55 1B 15 4A 2A
Octal 273 123 34 0 70 125 33 25 112 52
Binary 10111011 1010011 11100 0 111000 1010101 11011 10101 1001010 101010

Color Harmonies of #BB531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB531C

Black with #BB531C

Text Example


Text Example

White with #BB531C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB531C; }

 p { color: rgb(187,83,28); }

 H1.HeaderClassName
 {
   color: #BB531C;
 }
 .AnyTagClassName
 {
   color: #BB531C;
 }
</style>

background-color css

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

 a { background-color: rgb(187,83,28); }

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

border-color css

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

 span { border-color: rgb(187,83,28); }

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