Html Css Color HEX #B47648 Bourbon

📋 copy color: '#B47648'

red 180 ◦ green 118 ◦ blue 72

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

Shades of Bourbon #B47648

Tints of Bourbon #B47648

RGB

 RED value IS 180 (70.7% from 255) = 48.65%

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

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

R = 48.65%
G = 31.89%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B47648 (or 0xB47648) is known color: Bourbon. HEX triplet: B4, 76 and 48. RGB value is (180,118,72). Sum of RGB (Red+Green+Blue) = 180+118+72=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B47648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47648 is #4B89B7. Grayscale: #838383. Windows color (decimal): -4950456 or 4748980. OLE color: 4748980.

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

Color convert

RGB 180 118 72 -
CMYK 0 0.34 0.60 0.29
HSL 25.56º 0.43% 0.49% -
HSV(B) 25.56º 0.6% 0.71% -
XYZ 26.47 23.13 9.2 -
YUV 131.29 94.54 162.74 -
System Red Green Blue C M Y K H S L
Decimal 180 118 72 0 0.34 0.60 0.29 25.56 0.43 0.49
Hex B4 76 48 0 22 3C 1D 1A 2B 31
Octal 264 166 110 0 42 74 35 32 53 61
Binary 10110100 1110110 1001000 0 100010 111100 11101 11010 101011 110001

Color Harmonies of #B47648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47648

Black with #B47648

Text Example


Text Example

White with #B47648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47648; }

 p { color: rgb(180,118,72); }

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

background-color css

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

 a { background-color: rgb(180,118,72); }

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

border-color css

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

 span { border-color: rgb(180,118,72); }

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