Html Css Color HEX #BB5F42 Flame Pea

📋 copy color: '#BB5F42'

red 187 ◦ green 95 ◦ blue 66

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

Shades of Flame Pea #BB5F42

Tints of Flame Pea #BB5F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.97%

R = 53.74%
G = 27.3%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BB5F42 (or 0xBB5F42) is known color: Flame Pea. HEX triplet: BB, 5F and 42. RGB value is (187,95,66). Sum of RGB (Red+Green+Blue) = 187+95+66=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 66 (26.17% from 255 or 18.97% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5F42 is #44A0BD. Grayscale: #777777. Windows color (decimal): -4497598 or 4349883. OLE color: 4349883.

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

Color convert

RGB 187 95 66 -
CMYK 0 0.49 0.65 0.27
HSL 14.38º 0.48% 0.5% -
HSV(B) 14.38º 0.65% 0.73% -
XYZ 25.57 19.14 7.5 -
YUV 119.2 97.98 176.36 -
System Red Green Blue C M Y K H S L
Decimal 187 95 66 0 0.49 0.65 0.27 14.38 0.48 0.5
Hex BB 5F 42 0 31 41 1B E 30 32
Octal 273 137 102 0 61 101 33 16 60 62
Binary 10111011 1011111 1000010 0 110001 1000001 11011 1110 110000 110010

Color Harmonies of #BB5F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5F42

Black with #BB5F42

Text Example


Text Example

White with #BB5F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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