Html Css Color HEX #BB6047 Flame Pea

📋 copy color: '#BB6047'

red 187 ◦ green 96 ◦ blue 71

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

Shades of Flame Pea #BB6047

Tints of Flame Pea #BB6047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.06%

R = 52.82%
G = 27.12%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB6047 (or 0xBB6047) is known color: Flame Pea. HEX triplet: BB, 60 and 47. RGB value is (187,96,71). Sum of RGB (Red+Green+Blue) = 187+96+71=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6047 is #449FB8. Grayscale: #787878. Windows color (decimal): -4497337 or 4677819. OLE color: 4677819.

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

Color convert

RGB 187 96 71 -
CMYK 0 0.49 0.62 0.27
HSL 12.93º 0.46% 0.51% -
HSV(B) 12.93º 0.62% 0.73% -
XYZ 25.81 19.39 8.34 -
YUV 120.36 100.15 175.53 -
System Red Green Blue C M Y K H S L
Decimal 187 96 71 0 0.49 0.62 0.27 12.93 0.46 0.51
Hex BB 60 47 0 31 3E 1B D 2E 33
Octal 273 140 107 0 61 76 33 15 56 63
Binary 10111011 1100000 1000111 0 110001 111110 11011 1101 101110 110011

Color Harmonies of #BB6047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6047

Black with #BB6047

Text Example


Text Example

White with #BB6047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6047; }

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

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

background-color css

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

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

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

border-color css

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

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

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