Html Css Color HEX #B9644D Flame Pea

📋 copy color: '#B9644D'

red 185 ◦ green 100 ◦ blue 77

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

Shades of Flame Pea #B9644D

Tints of Flame Pea #B9644D

RGB

 RED value IS 185 (72.66% from 255) = 51.1%

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

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

R = 51.1%
G = 27.62%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9644D (or 0xB9644D) is known color: Flame Pea. HEX triplet: B9, 64 and 4D. RGB value is (185,100,77). Sum of RGB (Red+Green+Blue) = 185+100+77=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9644D is #469BB2. Grayscale: #7A7A7A. Windows color (decimal): -4627379 or 5072057. OLE color: 5072057.

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

Color convert

RGB 185 100 77 -
CMYK 0 0.46 0.58 0.27
HSL 12.78º 0.44% 0.51% -
HSV(B) 12.78º 0.58% 0.73% -
XYZ 25.9 19.96 9.51 -
YUV 122.79 102.16 172.37 -
System Red Green Blue C M Y K H S L
Decimal 185 100 77 0 0.46 0.58 0.27 12.78 0.44 0.51
Hex B9 64 4D 0 2E 3A 1B D 2C 33
Octal 271 144 115 0 56 72 33 15 54 63
Binary 10111001 1100100 1001101 0 101110 111010 11011 1101 101100 110011

Color Harmonies of #B9644D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9644D

Black with #B9644D

Text Example


Text Example

White with #B9644D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9644D; }

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

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

background-color css

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

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

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

border-color css

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

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

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