Html Css Color HEX #B9654D Flame Pea

📋 copy color: '#B9654D'

red 185 ◦ green 101 ◦ blue 77

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

Shades of Flame Pea #B9654D

Tints of Flame Pea #B9654D

RGB

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

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

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

R = 50.96%
G = 27.82%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9654D (or 0xB9654D) is known color: Flame Pea. HEX triplet: B9, 65 and 4D. RGB value is (185,101,77). Sum of RGB (Red+Green+Blue) = 185+101+77=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B9654D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9654D is #469AB2. Grayscale: #7B7B7B. Windows color (decimal): -4627123 or 5072313. OLE color: 5072313.

HSL color Cylindrical-coordinate representation of color #B9654D: hue angle of 13.33º 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 #B9654D is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 101 77 -
CMYK 0 0.45 0.58 0.27
HSL 13.33º 0.44% 0.51% -
HSV(B) 13.33º 0.58% 0.73% -
XYZ 26 20.16 9.54 -
YUV 123.38 101.83 171.95 -
System Red Green Blue C M Y K H S L
Decimal 185 101 77 0 0.45 0.58 0.27 13.33 0.44 0.51
Hex B9 65 4D 0 2D 3A 1B D 2C 33
Octal 271 145 115 0 55 72 33 15 54 63
Binary 10111001 1100101 1001101 0 101101 111010 11011 1101 101100 110011

Color Harmonies of #B9654D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9654D

Black with #B9654D

Text Example


Text Example

White with #B9654D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9654D; }

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

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

background-color css

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

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

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

border-color css

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

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

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