Html Css Color HEX #BB5E4C Flame Pea

📋 copy color: '#BB5E4C'

red 187 ◦ green 94 ◦ blue 76

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

Shades of Flame Pea #BB5E4C

Tints of Flame Pea #BB5E4C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.33%

 BLUE value IS 76 (30.08% from 255) = 21.29%

R = 52.38%
G = 26.33%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB5E4C (or 0xBB5E4C) is known color: Flame Pea. HEX triplet: BB, 5E and 4C. RGB value is (187,94,76). Sum of RGB (Red+Green+Blue) = 187+94+76=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 76 (30.08% from 255 or 21.29% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5E4C is #44A1B3. Grayscale: #777777. Windows color (decimal): -4497844 or 5004987. OLE color: 5004987.

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

Color convert

RGB 187 94 76 -
CMYK 0 0.50 0.59 0.27
HSL 9.73º 0.45% 0.52% -
HSV(B) 9.73º 0.59% 0.73% -
XYZ 25.8 19.09 9.16 -
YUV 119.76 103.31 175.96 -
System Red Green Blue C M Y K H S L
Decimal 187 94 76 0 0.50 0.59 0.27 9.73 0.45 0.52
Hex BB 5E 4C 0 32 3B 1B A 2D 34
Octal 273 136 114 0 62 73 33 12 55 64
Binary 10111011 1011110 1001100 0 110010 111011 11011 1010 101101 110100

Color Harmonies of #BB5E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5E4C

Black with #BB5E4C

Text Example


Text Example

White with #BB5E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5E4C; }

 p { color: rgb(187,94,76); }

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

background-color css

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

 a { background-color: rgb(187,94,76); }

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

border-color css

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

 span { border-color: rgb(187,94,76); }

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