Html Css Color HEX #B96C3D Bourbon

📋 copy color: '#B96C3D'

red 185 ◦ green 108 ◦ blue 61

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

Shades of Bourbon #B96C3D

Tints of Bourbon #B96C3D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.51%

 BLUE value IS 61 (24.22% from 255) = 17.23%

R = 52.26%
G = 30.51%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#B96C3D (or 0xB96C3D) is known color: Bourbon. HEX triplet: B9, 6C and 3D. RGB value is (185,108,61). Sum of RGB (Red+Green+Blue) = 185+108+61=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C3D is #4693C2. Grayscale: #7D7D7D. Windows color (decimal): -4625347 or 4025529. OLE color: 4025529.

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

Color convert

RGB 185 108 61 -
CMYK 0 0.42 0.67 0.27
HSL 22.74º 0.5% 0.48% -
HSV(B) 22.74º 0.67% 0.73% -
XYZ 26.21 21.38 7.16 -
YUV 125.67 91.51 170.32 -
System Red Green Blue C M Y K H S L
Decimal 185 108 61 0 0.42 0.67 0.27 22.74 0.5 0.48
Hex B9 6C 3D 0 2A 43 1B 17 32 30
Octal 271 154 75 0 52 103 33 27 62 60
Binary 10111001 1101100 111101 0 101010 1000011 11011 10111 110010 110000

Color Harmonies of #B96C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96C3D

Black with #B96C3D

Text Example


Text Example

White with #B96C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96C3D; }

 p { color: rgb(185,108,61); }

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

background-color css

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

 a { background-color: rgb(185,108,61); }

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

border-color css

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

 span { border-color: rgb(185,108,61); }

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