Html Css Color HEX #B9693C Bourbon

📋 copy color: '#B9693C'

red 185 ◦ green 105 ◦ blue 60

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

Shades of Bourbon #B9693C

Tints of Bourbon #B9693C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30%

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

R = 52.86%
G = 30%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9693C (or 0xB9693C) is known color: Bourbon. HEX triplet: B9, 69 and 3C. RGB value is (185,105,60). Sum of RGB (Red+Green+Blue) = 185+105+60=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B9693C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9693C is #4696C3. Grayscale: #7C7C7C. Windows color (decimal): -4626116 or 3959225. OLE color: 3959225.

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

Color convert

RGB 185 105 60 -
CMYK 0 0.43 0.68 0.27
HSL 21.6º 0.51% 0.48% -
HSV(B) 21.6º 0.68% 0.73% -
XYZ 25.87 20.74 6.92 -
YUV 123.79 92 171.66 -
System Red Green Blue C M Y K H S L
Decimal 185 105 60 0 0.43 0.68 0.27 21.6 0.51 0.48
Hex B9 69 3C 0 2B 44 1B 16 33 30
Octal 271 151 74 0 53 104 33 26 63 60
Binary 10111001 1101001 111100 0 101011 1000100 11011 10110 110011 110000

Color Harmonies of #B9693C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9693C

Black with #B9693C

Text Example


Text Example

White with #B9693C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9693C; }

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

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

background-color css

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

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

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

border-color css

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

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

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