Html Css Color HEX #BB6551 Flame Pea

📋 copy color: '#BB6551'

red 187 ◦ green 101 ◦ blue 81

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

Shades of Flame Pea #BB6551

Tints of Flame Pea #BB6551

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.37%

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

R = 50.68%
G = 27.37%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB6551 (or 0xBB6551) is known color: Flame Pea. HEX triplet: BB, 65 and 51. RGB value is (187,101,81). Sum of RGB (Red+Green+Blue) = 187+101+81=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6551 is #449AAE. Grayscale: #7C7C7C. Windows color (decimal): -4496047 or 5334459. OLE color: 5334459.

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

Color convert

RGB 187 101 81 -
CMYK 0 0.46 0.57 0.27
HSL 11.32º 0.44% 0.53% -
HSV(B) 11.32º 0.57% 0.73% -
XYZ 26.63 20.47 10.33 -
YUV 124.43 103.49 172.63 -
System Red Green Blue C M Y K H S L
Decimal 187 101 81 0 0.46 0.57 0.27 11.32 0.44 0.53
Hex BB 65 51 0 2E 39 1B B 2C 35
Octal 273 145 121 0 56 71 33 13 54 65
Binary 10111011 1100101 1010001 0 101110 111001 11011 1011 101100 110101

Color Harmonies of #BB6551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6551

Black with #BB6551

Text Example


Text Example

White with #BB6551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6551; }

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

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

background-color css

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

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

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

border-color css

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

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

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