Html Css Color HEX #B9664C Flame Pea

📋 copy color: '#B9664C'

red 185 ◦ green 102 ◦ blue 76

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

Shades of Flame Pea #B9664C

Tints of Flame Pea #B9664C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.1%

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

R = 50.96%
G = 28.1%
B = 20.94%

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

#B9664C (or 0xB9664C) is known color: Flame Pea. HEX triplet: B9, 66 and 4C. RGB value is (185,102,76). Sum of RGB (Red+Green+Blue) = 185+102+76=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B9664C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9664C is #4699B3. Grayscale: #7C7C7C. Windows color (decimal): -4626868 or 5007033. OLE color: 5007033.

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

Color convert

RGB 185 102 76 -
CMYK 0 0.45 0.59 0.27
HSL 14.31º 0.44% 0.51% -
HSV(B) 14.31º 0.59% 0.73% -
XYZ 26.06 20.34 9.39 -
YUV 123.85 101 171.61 -
System Red Green Blue C M Y K H S L
Decimal 185 102 76 0 0.45 0.59 0.27 14.31 0.44 0.51
Hex B9 66 4C 0 2D 3B 1B E 2C 33
Octal 271 146 114 0 55 73 33 16 54 63
Binary 10111001 1100110 1001100 0 101101 111011 11011 1110 101100 110011

Color Harmonies of #B9664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9664C

Black with #B9664C

Text Example


Text Example

White with #B9664C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9664C; }

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

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

background-color css

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

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

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

border-color css

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

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

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