Html Css Color HEX #B9683E Bourbon

📋 copy color: '#B9683E'

red 185 ◦ green 104 ◦ blue 62

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

Shades of Bourbon #B9683E

Tints of Bourbon #B9683E

RGB

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

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

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

R = 52.71%
G = 29.63%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9683E (or 0xB9683E) is known color: Bourbon. HEX triplet: B9, 68 and 3E. RGB value is (185,104,62). Sum of RGB (Red+Green+Blue) = 185+104+62=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B9683E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9683E is #4697C1. Grayscale: #7B7B7B. Windows color (decimal): -4626370 or 4090041. OLE color: 4090041.

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

Color convert

RGB 185 104 62 -
CMYK 0 0.44 0.66 0.27
HSL 20.49º 0.5% 0.48% -
HSV(B) 20.49º 0.66% 0.73% -
XYZ 25.83 20.56 7.17 -
YUV 123.43 93.34 171.92 -
System Red Green Blue C M Y K H S L
Decimal 185 104 62 0 0.44 0.66 0.27 20.49 0.5 0.48
Hex B9 68 3E 0 2C 42 1B 14 32 30
Octal 271 150 76 0 54 102 33 24 62 60
Binary 10111001 1101000 111110 0 101100 1000010 11011 10100 110010 110000

Color Harmonies of #B9683E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9683E

Black with #B9683E

Text Example


Text Example

White with #B9683E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9683E; }

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

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

background-color css

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

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

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

border-color css

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

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

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