Html Css Color HEX #B96345 Flame Pea

📋 copy color: '#B96345'

red 185 ◦ green 99 ◦ blue 69

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

Shades of Flame Pea #B96345

Tints of Flame Pea #B96345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.55%

R = 52.41%
G = 28.05%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B96345 (or 0xB96345) is known color: Flame Pea. HEX triplet: B9, 63 and 45. RGB value is (185,99,69). Sum of RGB (Red+Green+Blue) = 185+99+69=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B96345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96345 is #469CBA. Grayscale: #797979. Windows color (decimal): -4627643 or 4547513. OLE color: 4547513.

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

Color convert

RGB 185 99 69 -
CMYK 0 0.46 0.63 0.27
HSL 15.52º 0.46% 0.5% -
HSV(B) 15.52º 0.63% 0.73% -
XYZ 25.54 19.67 8.08 -
YUV 121.29 98.49 173.44 -
System Red Green Blue C M Y K H S L
Decimal 185 99 69 0 0.46 0.63 0.27 15.52 0.46 0.5
Hex B9 63 45 0 2E 3F 1B 10 2E 32
Octal 271 143 105 0 56 77 33 20 56 62
Binary 10111001 1100011 1000101 0 101110 111111 11011 10000 101110 110010

Color Harmonies of #B96345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96345

Black with #B96345

Text Example


Text Example

White with #B96345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96345; }

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

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

background-color css

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

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

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

border-color css

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

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

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