Html Css Color HEX #B96F3F Bourbon

📋 copy color: '#B96F3F'

red 185 ◦ green 111 ◦ blue 63

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

Shades of Bourbon #B96F3F

Tints of Bourbon #B96F3F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.92%

 BLUE value IS 63 (25% from 255) = 17.55%

R = 51.53%
G = 30.92%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B96F3F (or 0xB96F3F) is known color: Bourbon. HEX triplet: B9, 6F and 3F. RGB value is (185,111,63). Sum of RGB (Red+Green+Blue) = 185+111+63=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96F3F is #4690C0. Grayscale: #7F7F7F. Windows color (decimal): -4624577 or 4157369. OLE color: 4157369.

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

Color convert

RGB 185 111 63 -
CMYK 0 0.4 0.66 0.27
HSL 23.61º 0.49% 0.49% -
HSV(B) 23.61º 0.66% 0.73% -
XYZ 26.59 22.04 7.56 -
YUV 127.65 91.52 168.9 -
System Red Green Blue C M Y K H S L
Decimal 185 111 63 0 0.4 0.66 0.27 23.61 0.49 0.49
Hex B9 6F 3F 0 28 42 1B 18 31 31
Octal 271 157 77 0 50 102 33 30 61 61
Binary 10111001 1101111 111111 0 101000 1000010 11011 11000 110001 110001

Color Harmonies of #B96F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96F3F

Black with #B96F3F

Text Example


Text Example

White with #B96F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96F3F; }

 p { color: rgb(185,111,63); }

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

background-color css

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

 a { background-color: rgb(185,111,63); }

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

border-color css

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

 span { border-color: rgb(185,111,63); }

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