Html Css Color HEX #B36941 Bourbon

📋 copy color: '#B36941'

red 179 ◦ green 105 ◦ blue 65

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

Shades of Bourbon #B36941

Tints of Bourbon #B36941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.62%

R = 51.29%
G = 30.09%
B = 18.62%

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

#B36941 (or 0xB36941) is known color: Bourbon. HEX triplet: B3, 69 and 41. RGB value is (179,105,65). Sum of RGB (Red+Green+Blue) = 179+105+65=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B36941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B36941 is #4C96BE. Grayscale: #7A7A7A. Windows color (decimal): -5019327 or 4286899. OLE color: 4286899.

HSL color Cylindrical-coordinate representation of color #B36941: hue angle of 21.05º 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 #B36941 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 105 65 -
CMYK 0 0.41 0.64 0.30
HSL 21.05º 0.47% 0.48% -
HSV(B) 21.05º 0.64% 0.7% -
XYZ 24.6 20.07 7.58 -
YUV 122.57 95.52 168.25 -
System Red Green Blue C M Y K H S L
Decimal 179 105 65 0 0.41 0.64 0.30 21.05 0.47 0.48
Hex B3 69 41 0 29 40 1E 15 2F 30
Octal 263 151 101 0 51 100 36 25 57 60
Binary 10110011 1101001 1000001 0 101001 1000000 11110 10101 101111 110000

Color Harmonies of #B36941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36941

Black with #B36941

Text Example


Text Example

White with #B36941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36941; }

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

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

background-color css

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

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

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

border-color css

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

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

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