Html Css Color HEX #B9684D Flame Pea

📋 copy color: '#B9684D'

red 185 ◦ green 104 ◦ blue 77

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

Shades of Flame Pea #B9684D

Tints of Flame Pea #B9684D

RGB

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

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

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

R = 50.55%
G = 28.42%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9684D (or 0xB9684D) is known color: Flame Pea. HEX triplet: B9, 68 and 4D. RGB value is (185,104,77). Sum of RGB (Red+Green+Blue) = 185+104+77=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B9684D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9684D is #4697B2. Grayscale: #7D7D7D. Windows color (decimal): -4626355 or 5073081. OLE color: 5073081.

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

Color convert

RGB 185 104 77 -
CMYK 0 0.44 0.58 0.27
HSL 15º 0.44% 0.51% -
HSV(B) 15º 0.58% 0.73% -
XYZ 26.3 20.75 9.64 -
YUV 125.14 100.84 170.7 -
System Red Green Blue C M Y K H S L
Decimal 185 104 77 0 0.44 0.58 0.27 15 0.44 0.51
Hex B9 68 4D 0 2C 3A 1B F 2C 33
Octal 271 150 115 0 54 72 33 17 54 63
Binary 10111001 1101000 1001101 0 101100 111010 11011 1111 101100 110011

Color Harmonies of #B9684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9684D

Black with #B9684D

Text Example


Text Example

White with #B9684D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9684D; }

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

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

background-color css

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

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

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

border-color css

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

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

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