Html Css Color HEX #BB6852 Flame Pea

📋 copy color: '#BB6852'

red 187 ◦ green 104 ◦ blue 82

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

Shades of Flame Pea #BB6852

Tints of Flame Pea #BB6852

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.88%

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

R = 50.13%
G = 27.88%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB6852 (or 0xBB6852) is known color: Flame Pea. HEX triplet: BB, 68 and 52. RGB value is (187,104,82). Sum of RGB (Red+Green+Blue) = 187+104+82=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6852 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6852 is #4497AD. Grayscale: #7E7E7E. Windows color (decimal): -4495278 or 5400763. OLE color: 5400763.

HSL color Cylindrical-coordinate representation of color #BB6852: hue angle of 12.57º 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 #BB6852 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 104 82 -
CMYK 0 0.44 0.56 0.27
HSL 12.57º 0.44% 0.53% -
HSV(B) 12.57º 0.56% 0.73% -
XYZ 26.97 21.07 10.63 -
YUV 126.31 103 171.29 -
System Red Green Blue C M Y K H S L
Decimal 187 104 82 0 0.44 0.56 0.27 12.57 0.44 0.53
Hex BB 68 52 0 2C 38 1B D 2C 35
Octal 273 150 122 0 54 70 33 15 54 65
Binary 10111011 1101000 1010010 0 101100 111000 11011 1101 101100 110101

Color Harmonies of #BB6852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6852

Black with #BB6852

Text Example


Text Example

White with #BB6852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6852; }

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

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

background-color css

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

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

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

border-color css

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

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

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