Html Css Color HEX #B37448 Bourbon

📋 copy color: '#B37448'

red 179 ◦ green 116 ◦ blue 72

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

Shades of Bourbon #B37448

Tints of Bourbon #B37448

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.61%

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

R = 48.77%
G = 31.61%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B37448 (or 0xB37448) is known color: Bourbon. HEX triplet: B3, 74 and 48. RGB value is (179,116,72). Sum of RGB (Red+Green+Blue) = 179+116+72=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B37448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37448 is #4C8BB7. Grayscale: #828282. Windows color (decimal): -5016504 or 4748467. OLE color: 4748467.

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

Color convert

RGB 179 116 72 -
CMYK 0 0.35 0.60 0.30
HSL 24.67º 0.43% 0.49% -
HSV(B) 24.67º 0.6% 0.7% -
XYZ 26.01 22.54 9.11 -
YUV 129.82 95.37 163.08 -
System Red Green Blue C M Y K H S L
Decimal 179 116 72 0 0.35 0.60 0.30 24.67 0.43 0.49
Hex B3 74 48 0 23 3C 1E 19 2B 31
Octal 263 164 110 0 43 74 36 31 53 61
Binary 10110011 1110100 1001000 0 100011 111100 11110 11001 101011 110001

Color Harmonies of #B37448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37448

Black with #B37448

Text Example


Text Example

White with #B37448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37448; }

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

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

background-color css

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

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

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

border-color css

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

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

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