Html Css Color HEX #BB6544 Flame Pea

📋 copy color: '#BB6544'

red 187 ◦ green 101 ◦ blue 68

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

Shades of Flame Pea #BB6544

Tints of Flame Pea #BB6544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.1%

R = 52.53%
G = 28.37%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB6544 (or 0xBB6544) is known color: Flame Pea. HEX triplet: BB, 65 and 44. RGB value is (187,101,68). Sum of RGB (Red+Green+Blue) = 187+101+68=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6544 is #449ABB. Grayscale: #7B7B7B. Windows color (decimal): -4496060 or 4482491. OLE color: 4482491.

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

Color convert

RGB 187 101 68 -
CMYK 0 0.46 0.64 0.27
HSL 16.64º 0.47% 0.5% -
HSV(B) 16.64º 0.64% 0.73% -
XYZ 26.19 20.29 8 -
YUV 122.95 96.99 173.68 -
System Red Green Blue C M Y K H S L
Decimal 187 101 68 0 0.46 0.64 0.27 16.64 0.47 0.5
Hex BB 65 44 0 2E 40 1B 11 2F 32
Octal 273 145 104 0 56 100 33 21 57 62
Binary 10111011 1100101 1000100 0 101110 1000000 11011 10001 101111 110010

Color Harmonies of #BB6544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6544

Black with #BB6544

Text Example


Text Example

White with #BB6544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6544; }

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

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

background-color css

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

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

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

border-color css

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

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

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