Html Css Color HEX #BB5F45 Flame Pea

📋 copy color: '#BB5F45'

red 187 ◦ green 95 ◦ blue 69

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

Shades of Flame Pea #BB5F45

Tints of Flame Pea #BB5F45

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.07%

 BLUE value IS 69 (27.34% from 255) = 19.66%

R = 53.28%
G = 27.07%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB5F45 (or 0xBB5F45) is known color: Flame Pea. HEX triplet: BB, 5F and 45. RGB value is (187,95,69). Sum of RGB (Red+Green+Blue) = 187+95+69=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5F45 is #44A0BA. Grayscale: #777777. Windows color (decimal): -4497595 or 4546491. OLE color: 4546491.

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

Color convert

RGB 187 95 69 -
CMYK 0 0.49 0.63 0.27
HSL 13.22º 0.46% 0.5% -
HSV(B) 13.22º 0.63% 0.73% -
XYZ 25.66 19.18 7.98 -
YUV 119.54 99.48 176.11 -
System Red Green Blue C M Y K H S L
Decimal 187 95 69 0 0.49 0.63 0.27 13.22 0.46 0.5
Hex BB 5F 45 0 31 3F 1B D 2E 32
Octal 273 137 105 0 61 77 33 15 56 62
Binary 10111011 1011111 1000101 0 110001 111111 11011 1101 101110 110010

Color Harmonies of #BB5F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5F45

Black with #BB5F45

Text Example


Text Example

White with #BB5F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5F45; }

 p { color: rgb(187,95,69); }

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

background-color css

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

 a { background-color: rgb(187,95,69); }

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

border-color css

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

 span { border-color: rgb(187,95,69); }

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