Html Css Color HEX #B96E4A Bourbon

📋 copy color: '#B96E4A'

red 185 ◦ green 110 ◦ blue 74

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

Shades of Bourbon #B96E4A

Tints of Bourbon #B96E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.05%

R = 50.14%
G = 29.81%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B96E4A (or 0xB96E4A) is known color: Bourbon. HEX triplet: B9, 6E and 4A. RGB value is (185,110,74). Sum of RGB (Red+Green+Blue) = 185+110+74=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96E4A is #4691B5. Grayscale: #808080. Windows color (decimal): -4624822 or 4878009. OLE color: 4878009.

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

Color convert

RGB 185 110 74 -
CMYK 0 0.41 0.6 0.27
HSL 19.46º 0.44% 0.51% -
HSV(B) 19.46º 0.6% 0.73% -
XYZ 26.82 21.96 9.3 -
YUV 128.32 97.35 168.43 -
System Red Green Blue C M Y K H S L
Decimal 185 110 74 0 0.41 0.6 0.27 19.46 0.44 0.51
Hex B9 6E 4A 0 29 3C 1B 13 2C 33
Octal 271 156 112 0 51 74 33 23 54 63
Binary 10111001 1101110 1001010 0 101001 111100 11011 10011 101100 110011

Color Harmonies of #B96E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E4A

Black with #B96E4A

Text Example


Text Example

White with #B96E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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