Html Css Color HEX #BB6052 Flame Pea

📋 copy color: '#BB6052'

red 187 ◦ green 96 ◦ blue 82

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

Shades of Flame Pea #BB6052

Tints of Flame Pea #BB6052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.47%

R = 51.23%
G = 26.3%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB6052 (or 0xBB6052) is known color: Flame Pea. HEX triplet: BB, 60 and 52. RGB value is (187,96,82). Sum of RGB (Red+Green+Blue) = 187+96+82=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6052 is #449FAD. Grayscale: #797979. Windows color (decimal): -4497326 or 5398715. OLE color: 5398715.

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

Color convert

RGB 187 96 82 -
CMYK 0 0.49 0.56 0.27
HSL 0.44% 0.53% -
HSV(B) 0.56% 0.73% -
XYZ 26.2 19.54 10.37 -
YUV 121.61 105.65 174.64 -
System Red Green Blue C M Y K H S L
Decimal 187 96 82 0 0.49 0.56 0.27 8 0.44 0.53
Hex BB 60 52 0 31 38 1B 8 2C 35
Octal 273 140 122 0 61 70 33 10 54 65
Binary 10111011 1100000 1010010 0 110001 111000 11011 1000 101100 110101

Color Harmonies of #BB6052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6052

Black with #BB6052

Text Example


Text Example

White with #BB6052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6052; }

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

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

background-color css

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

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

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

border-color css

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

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

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