Html Css Color HEX #B96D3D Bourbon

📋 copy color: '#B96D3D'

red 185 ◦ green 109 ◦ blue 61

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

Shades of Bourbon #B96D3D

Tints of Bourbon #B96D3D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.7%

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

R = 52.11%
G = 30.7%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#B96D3D (or 0xB96D3D) is known color: Bourbon. HEX triplet: B9, 6D and 3D. RGB value is (185,109,61). Sum of RGB (Red+Green+Blue) = 185+109+61=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96D3D is #4692C2. Grayscale: #7E7E7E. Windows color (decimal): -4625091 or 4025785. OLE color: 4025785.

HSL color Cylindrical-coordinate representation of color #B96D3D: hue angle of 23.23º 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 #B96D3D is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 109 61 -
CMYK 0 0.41 0.67 0.27
HSL 23.23º 0.5% 0.48% -
HSV(B) 23.23º 0.67% 0.73% -
XYZ 26.32 21.59 7.19 -
YUV 126.25 91.18 169.9 -
System Red Green Blue C M Y K H S L
Decimal 185 109 61 0 0.41 0.67 0.27 23.23 0.5 0.48
Hex B9 6D 3D 0 29 43 1B 17 32 30
Octal 271 155 75 0 51 103 33 27 62 60
Binary 10111001 1101101 111101 0 101001 1000011 11011 10111 110010 110000

Color Harmonies of #B96D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96D3D

Black with #B96D3D

Text Example


Text Example

White with #B96D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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