Html Css Color HEX #B37541 Bourbon

📋 copy color: '#B37541'

red 179 ◦ green 117 ◦ blue 65

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

Shades of Bourbon #B37541

Tints of Bourbon #B37541

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.41%

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

R = 49.58%
G = 32.41%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B37541 (or 0xB37541) is known color: Bourbon. HEX triplet: B3, 75 and 41. RGB value is (179,117,65). Sum of RGB (Red+Green+Blue) = 179+117+65=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B37541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37541 is #4C8ABE. Grayscale: #818181. Windows color (decimal): -5016255 or 4289971. OLE color: 4289971.

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

Color convert

RGB 179 117 65 -
CMYK 0 0.35 0.64 0.30
HSL 27.37º 0.47% 0.48% -
HSV(B) 27.37º 0.64% 0.7% -
XYZ 25.91 22.69 8.01 -
YUV 129.61 91.54 163.23 -
System Red Green Blue C M Y K H S L
Decimal 179 117 65 0 0.35 0.64 0.30 27.37 0.47 0.48
Hex B3 75 41 0 23 40 1E 1B 2F 30
Octal 263 165 101 0 43 100 36 33 57 60
Binary 10110011 1110101 1000001 0 100011 1000000 11110 11011 101111 110000

Color Harmonies of #B37541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37541

Black with #B37541

Text Example


Text Example

White with #B37541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37541; }

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

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

background-color css

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

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

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

border-color css

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

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

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