Html Css Color HEX #B9644A Flame Pea

📋 copy color: '#B9644A'

red 185 ◦ green 100 ◦ blue 74

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

Shades of Flame Pea #B9644A

Tints of Flame Pea #B9644A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.61%

R = 51.53%
G = 27.86%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9644A (or 0xB9644A) is known color: Flame Pea. HEX triplet: B9, 64 and 4A. RGB value is (185,100,74). Sum of RGB (Red+Green+Blue) = 185+100+74=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B9644A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9644A is #469BB5. Grayscale: #7A7A7A. Windows color (decimal): -4627382 or 4875449. OLE color: 4875449.

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

Color convert

RGB 185 100 74 -
CMYK 0 0.46 0.6 0.27
HSL 14.05º 0.44% 0.51% -
HSV(B) 14.05º 0.6% 0.73% -
XYZ 25.8 19.92 8.96 -
YUV 122.45 100.66 172.61 -
System Red Green Blue C M Y K H S L
Decimal 185 100 74 0 0.46 0.6 0.27 14.05 0.44 0.51
Hex B9 64 4A 0 2E 3C 1B E 2C 33
Octal 271 144 112 0 56 74 33 16 54 63
Binary 10111001 1100100 1001010 0 101110 111100 11011 1110 101100 110011

Color Harmonies of #B9644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9644A

Black with #B9644A

Text Example


Text Example

White with #B9644A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9644A; }

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

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

background-color css

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

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

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

border-color css

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

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

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