Html Css Color HEX #B9654C Flame Pea

📋 copy color: '#B9654C'

red 185 ◦ green 101 ◦ blue 76

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

Shades of Flame Pea #B9654C

Tints of Flame Pea #B9654C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.99%

R = 51.1%
G = 27.9%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9654C (or 0xB9654C) is known color: Flame Pea. HEX triplet: B9, 65 and 4C. RGB value is (185,101,76). Sum of RGB (Red+Green+Blue) = 185+101+76=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9654C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9654C is #469AB3. Grayscale: #7B7B7B. Windows color (decimal): -4627124 or 5006777. OLE color: 5006777.

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

Color convert

RGB 185 101 76 -
CMYK 0 0.45 0.59 0.27
HSL 13.76º 0.44% 0.51% -
HSV(B) 13.76º 0.59% 0.73% -
XYZ 25.97 20.14 9.36 -
YUV 123.27 101.33 172.03 -
System Red Green Blue C M Y K H S L
Decimal 185 101 76 0 0.45 0.59 0.27 13.76 0.44 0.51
Hex B9 65 4C 0 2D 3B 1B E 2C 33
Octal 271 145 114 0 55 73 33 16 54 63
Binary 10111001 1100101 1001100 0 101101 111011 11011 1110 101100 110011

Color Harmonies of #B9654C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9654C

Black with #B9654C

Text Example


Text Example

White with #B9654C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9654C; }

 p { color: rgb(185,101,76); }

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

background-color css

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

 a { background-color: rgb(185,101,76); }

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

border-color css

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

 span { border-color: rgb(185,101,76); }

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