Html Css Color HEX #B96853 Flame Pea

📋 copy color: '#B96853'

red 185 ◦ green 104 ◦ blue 83

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

Shades of Flame Pea #B96853

Tints of Flame Pea #B96853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.31%

R = 49.73%
G = 27.96%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B96853 (or 0xB96853) is known color: Flame Pea. HEX triplet: B9, 68 and 53. RGB value is (185,104,83). Sum of RGB (Red+Green+Blue) = 185+104+83=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B96853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96853 is #4697AC. Grayscale: #7D7D7D. Windows color (decimal): -4626349 or 5466297. OLE color: 5466297.

HSL color Cylindrical-coordinate representation of color #B96853: hue angle of 12.35º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B96853 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 104 83 -
CMYK 0 0.44 0.55 0.27
HSL 12.35º 0.42% 0.53% -
HSV(B) 12.35º 0.55% 0.73% -
XYZ 26.52 20.84 10.81 -
YUV 125.83 103.84 170.21 -
System Red Green Blue C M Y K H S L
Decimal 185 104 83 0 0.44 0.55 0.27 12.35 0.42 0.53
Hex B9 68 53 0 2C 37 1B C 2A 35
Octal 271 150 123 0 54 67 33 14 52 65
Binary 10111001 1101000 1010011 0 101100 110111 11011 1100 101010 110101

Color Harmonies of #B96853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96853

Black with #B96853

Text Example


Text Example

White with #B96853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96853; }

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

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

background-color css

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

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

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

border-color css

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

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

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