Html Css Color HEX #B37640 Bourbon

📋 copy color: '#B37640'

red 179 ◦ green 118 ◦ blue 64

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

Shades of Bourbon #B37640

Tints of Bourbon #B37640

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.69%

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

R = 49.58%
G = 32.69%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B37640 (or 0xB37640) is known color: Bourbon. HEX triplet: B3, 76 and 40. RGB value is (179,118,64). Sum of RGB (Red+Green+Blue) = 179+118+64=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B37640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37640 is #4C89BF. Grayscale: #828282. Windows color (decimal): -5016000 or 4224691. OLE color: 4224691.

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

Color convert

RGB 179 118 64 -
CMYK 0 0.34 0.64 0.30
HSL 28.17º 0.47% 0.48% -
HSV(B) 28.17º 0.64% 0.7% -
XYZ 25.99 22.91 7.9 -
YUV 130.08 90.71 162.89 -
System Red Green Blue C M Y K H S L
Decimal 179 118 64 0 0.34 0.64 0.30 28.17 0.47 0.48
Hex B3 76 40 0 22 40 1E 1C 2F 30
Octal 263 166 100 0 42 100 36 34 57 60
Binary 10110011 1110110 1000000 0 100010 1000000 11110 11100 101111 110000

Color Harmonies of #B37640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37640

Black with #B37640

Text Example


Text Example

White with #B37640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37640; }

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

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

background-color css

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

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

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

border-color css

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

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

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