Html Css Color HEX #BB6550 Flame Pea

📋 copy color: '#BB6550'

red 187 ◦ green 101 ◦ blue 80

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

Shades of Flame Pea #BB6550

Tints of Flame Pea #BB6550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.74%

R = 50.82%
G = 27.45%
B = 21.74%

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

#BB6550 (or 0xBB6550) is known color: Flame Pea. HEX triplet: BB, 65 and 50. RGB value is (187,101,80). Sum of RGB (Red+Green+Blue) = 187+101+80=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6550 is #449AAF. Grayscale: #7C7C7C. Windows color (decimal): -4496048 or 5268923. OLE color: 5268923.

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

Color convert

RGB 187 101 80 -
CMYK 0 0.46 0.57 0.27
HSL 11.78º 0.44% 0.52% -
HSV(B) 11.78º 0.57% 0.73% -
XYZ 26.6 20.45 10.14 -
YUV 124.32 102.99 172.71 -
System Red Green Blue C M Y K H S L
Decimal 187 101 80 0 0.46 0.57 0.27 11.78 0.44 0.52
Hex BB 65 50 0 2E 39 1B C 2C 34
Octal 273 145 120 0 56 71 33 14 54 64
Binary 10111011 1100101 1010000 0 101110 111001 11011 1100 101100 110100

Color Harmonies of #BB6550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6550

Black with #BB6550

Text Example


Text Example

White with #BB6550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6550; }

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

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

background-color css

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

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

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

border-color css

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

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

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