Html Css Color HEX #B9683C Bourbon

📋 copy color: '#B9683C'

red 185 ◦ green 104 ◦ blue 60

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

Shades of Bourbon #B9683C

Tints of Bourbon #B9683C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.8%

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

R = 53.01%
G = 29.8%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9683C (or 0xB9683C) is known color: Bourbon. HEX triplet: B9, 68 and 3C. RGB value is (185,104,60). Sum of RGB (Red+Green+Blue) = 185+104+60=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B9683C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9683C is #4697C3. Grayscale: #7B7B7B. Windows color (decimal): -4626372 or 3958969. OLE color: 3958969.

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

Color convert

RGB 185 104 60 -
CMYK 0 0.44 0.68 0.27
HSL 21.12º 0.51% 0.48% -
HSV(B) 21.12º 0.68% 0.73% -
XYZ 25.77 20.54 6.88 -
YUV 123.2 92.34 172.08 -
System Red Green Blue C M Y K H S L
Decimal 185 104 60 0 0.44 0.68 0.27 21.12 0.51 0.48
Hex B9 68 3C 0 2C 44 1B 15 33 30
Octal 271 150 74 0 54 104 33 25 63 60
Binary 10111001 1101000 111100 0 101100 1000100 11011 10101 110011 110000

Color Harmonies of #B9683C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9683C

Black with #B9683C

Text Example


Text Example

White with #B9683C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9683C; }

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

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

background-color css

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

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

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

border-color css

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

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

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