Html Css Color HEX #B37048 Bourbon

📋 copy color: '#B37048'

red 179 ◦ green 112 ◦ blue 72

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

Shades of Bourbon #B37048

Tints of Bourbon #B37048

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.85%

 BLUE value IS 72 (28.52% from 255) = 19.83%

R = 49.31%
G = 30.85%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B37048 (or 0xB37048) is known color: Bourbon. HEX triplet: B3, 70 and 48. RGB value is (179,112,72). Sum of RGB (Red+Green+Blue) = 179+112+72=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B37048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37048 is #4C8FB7. Grayscale: #7F7F7F. Windows color (decimal): -5017528 or 4747443. OLE color: 4747443.

HSL color Cylindrical-coordinate representation of color #B37048: hue angle of 22.43º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B37048 is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 112 72 -
CMYK 0 0.37 0.60 0.30
HSL 22.43º 0.43% 0.49% -
HSV(B) 22.43º 0.6% 0.7% -
XYZ 25.55 21.64 8.96 -
YUV 127.47 96.7 164.75 -
System Red Green Blue C M Y K H S L
Decimal 179 112 72 0 0.37 0.60 0.30 22.43 0.43 0.49
Hex B3 70 48 0 25 3C 1E 16 2B 31
Octal 263 160 110 0 45 74 36 26 53 61
Binary 10110011 1110000 1001000 0 100101 111100 11110 10110 101011 110001

Color Harmonies of #B37048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37048

Black with #B37048

Text Example


Text Example

White with #B37048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37048; }

 p { color: rgb(179,112,72); }

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

background-color css

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

 a { background-color: rgb(179,112,72); }

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

border-color css

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

 span { border-color: rgb(179,112,72); }

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