Html Css Color HEX #B9684A Flame Pea

📋 copy color: '#B9684A'

red 185 ◦ green 104 ◦ blue 74

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

Shades of Flame Pea #B9684A

Tints of Flame Pea #B9684A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.65%

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

R = 50.96%
G = 28.65%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9684A (or 0xB9684A) is known color: Flame Pea. HEX triplet: B9, 68 and 4A. RGB value is (185,104,74). Sum of RGB (Red+Green+Blue) = 185+104+74=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B9684A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9684A is #4697B5. Grayscale: #7D7D7D. Windows color (decimal): -4626358 or 4876473. OLE color: 4876473.

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

Color convert

RGB 185 104 74 -
CMYK 0 0.44 0.6 0.27
HSL 16.22º 0.44% 0.51% -
HSV(B) 16.22º 0.6% 0.73% -
XYZ 26.19 20.71 9.1 -
YUV 124.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 185 104 74 0 0.44 0.6 0.27 16.22 0.44 0.51
Hex B9 68 4A 0 2C 3C 1B 10 2C 33
Octal 271 150 112 0 54 74 33 20 54 63
Binary 10111001 1101000 1001010 0 101100 111100 11011 10000 101100 110011

Color Harmonies of #B9684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9684A

Black with #B9684A

Text Example


Text Example

White with #B9684A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9684A; }

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

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

background-color css

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

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

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

border-color css

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

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

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