Html Css Color HEX #B96F3C Bourbon

📋 copy color: '#B96F3C'

red 185 ◦ green 111 ◦ blue 60

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

Shades of Bourbon #B96F3C

Tints of Bourbon #B96F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.85%

R = 51.97%
G = 31.18%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B96F3C (or 0xB96F3C) is known color: Bourbon. HEX triplet: B9, 6F and 3C. RGB value is (185,111,60). Sum of RGB (Red+Green+Blue) = 185+111+60=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96F3C is #4690C3. Grayscale: #7F7F7F. Windows color (decimal): -4624580 or 3960761. OLE color: 3960761.

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

Color convert

RGB 185 111 60 -
CMYK 0 0.4 0.68 0.27
HSL 24.48º 0.51% 0.48% -
HSV(B) 24.48º 0.68% 0.73% -
XYZ 26.51 22.01 7.13 -
YUV 127.31 90.02 169.15 -
System Red Green Blue C M Y K H S L
Decimal 185 111 60 0 0.4 0.68 0.27 24.48 0.51 0.48
Hex B9 6F 3C 0 28 44 1B 18 33 30
Octal 271 157 74 0 50 104 33 30 63 60
Binary 10111001 1101111 111100 0 101000 1000100 11011 11000 110011 110000

Color Harmonies of #B96F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96F3C

Black with #B96F3C

Text Example


Text Example

White with #B96F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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