Html Css Color HEX #BB532B Fiery Orange

📋 copy color: '#BB532B'

red 187 ◦ green 83 ◦ blue 43

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

Shades of Fiery Orange #BB532B

Tints of Fiery Orange #BB532B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.74%

R = 59.74%
G = 26.52%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BB532B (or 0xBB532B) is known color: Fiery Orange. HEX triplet: BB, 53 and 2B. RGB value is (187,83,43). Sum of RGB (Red+Green+Blue) = 187+83+43=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB532B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB532B is #44ACD4. Grayscale: #6D6D6D. Windows color (decimal): -4500693 or 2839483. OLE color: 2839483.

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

Color convert

RGB 187 83 43 -
CMYK 0 0.56 0.77 0.27
HSL 16.67º 0.63% 0.45% -
HSV(B) 16.67º 0.77% 0.73% -
XYZ 24.02 16.93 4.29 -
YUV 109.54 90.46 183.25 -
System Red Green Blue C M Y K H S L
Decimal 187 83 43 0 0.56 0.77 0.27 16.67 0.63 0.45
Hex BB 53 2B 0 38 4D 1B 11 3F 2D
Octal 273 123 53 0 70 115 33 21 77 55
Binary 10111011 1010011 101011 0 111000 1001101 11011 10001 111111 101101

Color Harmonies of #BB532B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB532B

Black with #BB532B

Text Example


Text Example

White with #BB532B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB532B; }

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

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

background-color css

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

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

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

border-color css

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

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

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