Html Css Color HEX #B96346 Flame Pea

📋 copy color: '#B96346'

red 185 ◦ green 99 ◦ blue 70

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

Shades of Flame Pea #B96346

Tints of Flame Pea #B96346

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.97%

 BLUE value IS 70 (27.73% from 255) = 19.77%

R = 52.26%
G = 27.97%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B96346 (or 0xB96346) is known color: Flame Pea. HEX triplet: B9, 63 and 46. RGB value is (185,99,70). Sum of RGB (Red+Green+Blue) = 185+99+70=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B96346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96346 is #469CB9. Grayscale: #797979. Windows color (decimal): -4627642 or 4613049. OLE color: 4613049.

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

Color convert

RGB 185 99 70 -
CMYK 0 0.46 0.62 0.27
HSL 15.13º 0.45% 0.5% -
HSV(B) 15.13º 0.62% 0.73% -
XYZ 25.57 19.68 8.25 -
YUV 121.41 98.99 173.36 -
System Red Green Blue C M Y K H S L
Decimal 185 99 70 0 0.46 0.62 0.27 15.13 0.45 0.5
Hex B9 63 46 0 2E 3E 1B F 2D 32
Octal 271 143 106 0 56 76 33 17 55 62
Binary 10111001 1100011 1000110 0 101110 111110 11011 1111 101101 110010

Color Harmonies of #B96346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96346

Black with #B96346

Text Example


Text Example

White with #B96346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96346; }

 p { color: rgb(185,99,70); }

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

background-color css

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

 a { background-color: rgb(185,99,70); }

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

border-color css

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

 span { border-color: rgb(185,99,70); }

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