Html Css Color HEX #BB532D Fiery Orange

📋 copy color: '#BB532D'

red 187 ◦ green 83 ◦ blue 45

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

Shades of Fiery Orange #BB532D

Tints of Fiery Orange #BB532D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.29%

R = 59.37%
G = 26.35%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB532D (or 0xBB532D) is known color: Fiery Orange. HEX triplet: BB, 53 and 2D. RGB value is (187,83,45). Sum of RGB (Red+Green+Blue) = 187+83+45=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB532D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB532D is #44ACD2. Grayscale: #6E6E6E. Windows color (decimal): -4500691 or 2970555. OLE color: 2970555.

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

Color convert

RGB 187 83 45 -
CMYK 0 0.56 0.76 0.27
HSL 16.06º 0.61% 0.45% -
HSV(B) 16.06º 0.76% 0.73% -
XYZ 24.06 16.94 4.48 -
YUV 109.76 91.46 183.09 -
System Red Green Blue C M Y K H S L
Decimal 187 83 45 0 0.56 0.76 0.27 16.06 0.61 0.45
Hex BB 53 2D 0 38 4C 1B 10 3D 2D
Octal 273 123 55 0 70 114 33 20 75 55
Binary 10111011 1010011 101101 0 111000 1001100 11011 10000 111101 101101

Color Harmonies of #BB532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB532D

Black with #BB532D

Text Example


Text Example

White with #BB532D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB532D; }

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

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

background-color css

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

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

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

border-color css

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

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

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