Html Css Color HEX #BB644D Flame Pea

📋 copy color: '#BB644D'

red 187 ◦ green 100 ◦ blue 77

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

Shades of Flame Pea #BB644D

Tints of Flame Pea #BB644D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.15%

R = 51.37%
G = 27.47%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB644D (or 0xBB644D) is known color: Flame Pea. HEX triplet: BB, 64 and 4D. RGB value is (187,100,77). Sum of RGB (Red+Green+Blue) = 187+100+77=364 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.37% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 187 - color contains mainly: red. Hex color #BB644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB644D is #449BB2. Grayscale: #7B7B7B. Windows color (decimal): -4496307 or 5072059. OLE color: 5072059.

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

Color convert

RGB 187 100 77 -
CMYK 0 0.47 0.59 0.27
HSL 12.55º 0.45% 0.52% -
HSV(B) 12.55º 0.59% 0.73% -
XYZ 26.39 20.21 9.53 -
YUV 123.39 101.82 173.37 -
System Red Green Blue C M Y K H S L
Decimal 187 100 77 0 0.47 0.59 0.27 12.55 0.45 0.52
Hex BB 64 4D 0 2F 3B 1B D 2D 34
Octal 273 144 115 0 57 73 33 15 55 64
Binary 10111011 1100100 1001101 0 101111 111011 11011 1101 101101 110100

Color Harmonies of #BB644D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB644D

Black with #BB644D

Text Example


Text Example

White with #BB644D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB644D; }

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

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

background-color css

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

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

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

border-color css

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

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

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