Html Css Color HEX #BB5A3E Flame Pea

📋 copy color: '#BB5A3E'

red 187 ◦ green 90 ◦ blue 62

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

Shades of Flame Pea #BB5A3E

Tints of Flame Pea #BB5A3E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.55%

 BLUE value IS 62 (24.61% from 255) = 18.29%

R = 55.16%
G = 26.55%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BB5A3E (or 0xBB5A3E) is known color: Flame Pea. HEX triplet: BB, 5A and 3E. RGB value is (187,90,62). Sum of RGB (Red+Green+Blue) = 187+90+62=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5A3E is #44A5C1. Grayscale: #747474. Windows color (decimal): -4498882 or 4086459. OLE color: 4086459.

HSL color Cylindrical-coordinate representation of color #BB5A3E: hue angle of 13.44º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB5A3E is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 90 62 -
CMYK 0 0.52 0.67 0.27
HSL 13.44º 0.5% 0.49% -
HSV(B) 13.44º 0.67% 0.73% -
XYZ 25.02 18.22 6.76 -
YUV 115.81 97.64 178.78 -
System Red Green Blue C M Y K H S L
Decimal 187 90 62 0 0.52 0.67 0.27 13.44 0.5 0.49
Hex BB 5A 3E 0 34 43 1B D 32 31
Octal 273 132 76 0 64 103 33 15 62 61
Binary 10111011 1011010 111110 0 110100 1000011 11011 1101 110010 110001

Color Harmonies of #BB5A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5A3E

Black with #BB5A3E

Text Example


Text Example

White with #BB5A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5A3E; }

 p { color: rgb(187,90,62); }

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

background-color css

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

 a { background-color: rgb(187,90,62); }

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

border-color css

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

 span { border-color: rgb(187,90,62); }

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