Html Css Color HEX #BB6451 Flame Pea

📋 copy color: '#BB6451'

red 187 ◦ green 100 ◦ blue 81

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

Shades of Flame Pea #BB6451

Tints of Flame Pea #BB6451

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.17%

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

R = 50.82%
G = 27.17%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB6451 (or 0xBB6451) is known color: Flame Pea. HEX triplet: BB, 64 and 51. RGB value is (187,100,81). Sum of RGB (Red+Green+Blue) = 187+100+81=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6451 is #449BAE. Grayscale: #7C7C7C. Windows color (decimal): -4496303 or 5334203. OLE color: 5334203.

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

Color convert

RGB 187 100 81 -
CMYK 0 0.47 0.57 0.27
HSL 10.75º 0.44% 0.53% -
HSV(B) 10.75º 0.57% 0.73% -
XYZ 26.54 20.27 10.3 -
YUV 123.85 103.82 173.04 -
System Red Green Blue C M Y K H S L
Decimal 187 100 81 0 0.47 0.57 0.27 10.75 0.44 0.53
Hex BB 64 51 0 2F 39 1B B 2C 35
Octal 273 144 121 0 57 71 33 13 54 65
Binary 10111011 1100100 1010001 0 101111 111001 11011 1011 101100 110101

Color Harmonies of #BB6451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6451

Black with #BB6451

Text Example


Text Example

White with #BB6451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6451; }

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

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

background-color css

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

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

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

border-color css

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

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

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