Html Css Color HEX #B9664E Flame Pea

📋 copy color: '#B9664E'

red 185 ◦ green 102 ◦ blue 78

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

Shades of Flame Pea #B9664E

Tints of Flame Pea #B9664E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.37%

R = 50.68%
G = 27.95%
B = 21.37%

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

#B9664E (or 0xB9664E) is known color: Flame Pea. HEX triplet: B9, 66 and 4E. RGB value is (185,102,78). Sum of RGB (Red+Green+Blue) = 185+102+78=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B9664E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9664E is #4699B1. Grayscale: #7C7C7C. Windows color (decimal): -4626866 or 5138105. OLE color: 5138105.

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

Color convert

RGB 185 102 78 -
CMYK 0 0.45 0.58 0.27
HSL 13.46º 0.43% 0.52% -
HSV(B) 13.46º 0.58% 0.73% -
XYZ 26.13 20.37 9.76 -
YUV 124.08 102 171.45 -
System Red Green Blue C M Y K H S L
Decimal 185 102 78 0 0.45 0.58 0.27 13.46 0.43 0.52
Hex B9 66 4E 0 2D 3A 1B D 2B 34
Octal 271 146 116 0 55 72 33 15 53 64
Binary 10111001 1100110 1001110 0 101101 111010 11011 1101 101011 110100

Color Harmonies of #B9664E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9664E

Black with #B9664E

Text Example


Text Example

White with #B9664E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9664E; }

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

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

background-color css

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

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

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

border-color css

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

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

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