Html Css Color HEX #BB6751 Flame Pea

📋 copy color: '#BB6751'

red 187 ◦ green 103 ◦ blue 81

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

Shades of Flame Pea #BB6751

Tints of Flame Pea #BB6751

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.76%

 BLUE value IS 81 (32.03% from 255) = 21.83%

R = 50.4%
G = 27.76%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB6751 (or 0xBB6751) is known color: Flame Pea. HEX triplet: BB, 67 and 51. RGB value is (187,103,81). Sum of RGB (Red+Green+Blue) = 187+103+81=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6751 is #4498AE. Grayscale: #7D7D7D. Windows color (decimal): -4495535 or 5334971. OLE color: 5334971.

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

Color convert

RGB 187 103 81 -
CMYK 0 0.45 0.57 0.27
HSL 12.45º 0.44% 0.53% -
HSV(B) 12.45º 0.57% 0.73% -
XYZ 26.83 20.86 10.4 -
YUV 125.61 102.83 171.79 -
System Red Green Blue C M Y K H S L
Decimal 187 103 81 0 0.45 0.57 0.27 12.45 0.44 0.53
Hex BB 67 51 0 2D 39 1B C 2C 35
Octal 273 147 121 0 55 71 33 14 54 65
Binary 10111011 1100111 1010001 0 101101 111001 11011 1100 101100 110101

Color Harmonies of #BB6751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6751

Black with #BB6751

Text Example


Text Example

White with #BB6751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6751; }

 p { color: rgb(187,103,81); }

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

background-color css

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

 a { background-color: rgb(187,103,81); }

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

border-color css

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

 span { border-color: rgb(187,103,81); }

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