Html Css Color HEX #B96E3D Bourbon

📋 copy color: '#B96E3D'

red 185 ◦ green 110 ◦ blue 61

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

Shades of Bourbon #B96E3D

Tints of Bourbon #B96E3D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.9%

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

R = 51.97%
G = 30.9%
B = 17.13%

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

#B96E3D (or 0xB96E3D) is known color: Bourbon. HEX triplet: B9, 6E and 3D. RGB value is (185,110,61). Sum of RGB (Red+Green+Blue) = 185+110+61=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96E3D is #4691C2. Grayscale: #7F7F7F. Windows color (decimal): -4624835 or 4026041. OLE color: 4026041.

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

Color convert

RGB 185 110 61 -
CMYK 0 0.41 0.67 0.27
HSL 23.71º 0.5% 0.48% -
HSV(B) 23.71º 0.67% 0.73% -
XYZ 26.43 21.8 7.23 -
YUV 126.84 90.85 169.48 -
System Red Green Blue C M Y K H S L
Decimal 185 110 61 0 0.41 0.67 0.27 23.71 0.5 0.48
Hex B9 6E 3D 0 29 43 1B 18 32 30
Octal 271 156 75 0 51 103 33 30 62 60
Binary 10111001 1101110 111101 0 101001 1000011 11011 11000 110010 110000

Color Harmonies of #B96E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E3D

Black with #B96E3D

Text Example


Text Example

White with #B96E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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