Html Css Color HEX #B36940 Bourbon

📋 copy color: '#B36940'

red 179 ◦ green 105 ◦ blue 64

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

Shades of Bourbon #B36940

Tints of Bourbon #B36940

RGB

 RED value IS 179 (70.31% from 255) = 51.44%

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

 BLUE value IS 64 (25.39% from 255) = 18.39%

R = 51.44%
G = 30.17%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B36940 (or 0xB36940) is known color: Bourbon. HEX triplet: B3, 69 and 40. RGB value is (179,105,64). Sum of RGB (Red+Green+Blue) = 179+105+64=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B36940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36940 is #4C96BF. Grayscale: #7A7A7A. Windows color (decimal): -5019328 or 4221363. OLE color: 4221363.

HSL color Cylindrical-coordinate representation of color #B36940: hue angle of 21.39º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B36940 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 105 64 -
CMYK 0 0.41 0.64 0.30
HSL 21.39º 0.47% 0.48% -
HSV(B) 21.39º 0.64% 0.7% -
XYZ 24.57 20.06 7.43 -
YUV 122.45 95.02 168.33 -
System Red Green Blue C M Y K H S L
Decimal 179 105 64 0 0.41 0.64 0.30 21.39 0.47 0.48
Hex B3 69 40 0 29 40 1E 15 2F 30
Octal 263 151 100 0 51 100 36 25 57 60
Binary 10110011 1101001 1000000 0 101001 1000000 11110 10101 101111 110000

Color Harmonies of #B36940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36940

Black with #B36940

Text Example


Text Example

White with #B36940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36940; }

 p { color: rgb(179,105,64); }

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

background-color css

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

 a { background-color: rgb(179,105,64); }

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

border-color css

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

 span { border-color: rgb(179,105,64); }

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