Html Css Color HEX #B9693E Bourbon

📋 copy color: '#B9693E'

red 185 ◦ green 105 ◦ blue 62

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

Shades of Bourbon #B9693E

Tints of Bourbon #B9693E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.61%

R = 52.56%
G = 29.83%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9693E (or 0xB9693E) is known color: Bourbon. HEX triplet: B9, 69 and 3E. RGB value is (185,105,62). Sum of RGB (Red+Green+Blue) = 185+105+62=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 62 (24.61% from 255 or 17.61% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B9693E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9693E is #4696C1. Grayscale: #7C7C7C. Windows color (decimal): -4626114 or 4090297. OLE color: 4090297.

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

Color convert

RGB 185 105 62 -
CMYK 0 0.43 0.66 0.27
HSL 20.98º 0.5% 0.48% -
HSV(B) 20.98º 0.66% 0.73% -
XYZ 25.93 20.77 7.2 -
YUV 124.02 93 171.5 -
System Red Green Blue C M Y K H S L
Decimal 185 105 62 0 0.43 0.66 0.27 20.98 0.5 0.48
Hex B9 69 3E 0 2B 42 1B 15 32 30
Octal 271 151 76 0 53 102 33 25 62 60
Binary 10111001 1101001 111110 0 101011 1000010 11011 10101 110010 110000

Color Harmonies of #B9693E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9693E

Black with #B9693E

Text Example


Text Example

White with #B9693E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9693E; }

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

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

background-color css

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

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

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

border-color css

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

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

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