Html Css Color HEX #BB6050 Flame Pea

📋 copy color: '#BB6050'

red 187 ◦ green 96 ◦ blue 80

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

Shades of Flame Pea #BB6050

Tints of Flame Pea #BB6050

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.45%

 BLUE value IS 80 (31.64% from 255) = 22.04%

R = 51.52%
G = 26.45%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB6050 (or 0xBB6050) is known color: Flame Pea. HEX triplet: BB, 60 and 50. RGB value is (187,96,80). Sum of RGB (Red+Green+Blue) = 187+96+80=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6050 is #449FAF. Grayscale: #797979. Windows color (decimal): -4497328 or 5267643. OLE color: 5267643.

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

Color convert

RGB 187 96 80 -
CMYK 0 0.49 0.57 0.27
HSL 8.97º 0.44% 0.52% -
HSV(B) 8.97º 0.57% 0.73% -
XYZ 26.12 19.51 9.98 -
YUV 121.39 104.65 174.8 -
System Red Green Blue C M Y K H S L
Decimal 187 96 80 0 0.49 0.57 0.27 8.97 0.44 0.52
Hex BB 60 50 0 31 39 1B 9 2C 34
Octal 273 140 120 0 61 71 33 11 54 64
Binary 10111011 1100000 1010000 0 110001 111001 11011 1001 101100 110100

Color Harmonies of #BB6050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6050

Black with #BB6050

Text Example


Text Example

White with #BB6050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6050; }

 p { color: rgb(187,96,80); }

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

background-color css

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

 a { background-color: rgb(187,96,80); }

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

border-color css

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

 span { border-color: rgb(187,96,80); }

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