Html Css Color HEX #B47544 Bourbon

📋 copy color: '#B47544'

red 180 ◦ green 117 ◦ blue 68

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

Shades of Bourbon #B47544

Tints of Bourbon #B47544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.63%

R = 49.32%
G = 32.05%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B47544 (or 0xB47544) is known color: Bourbon. HEX triplet: B4, 75 and 44. RGB value is (180,117,68). Sum of RGB (Red+Green+Blue) = 180+117+68=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B47544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47544 is #4B8ABB. Grayscale: #828282. Windows color (decimal): -4950716 or 4486580. OLE color: 4486580.

HSL color Cylindrical-coordinate representation of color #B47544: hue angle of 26.25º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B47544 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 117 68 -
CMYK 0 0.35 0.62 0.29
HSL 26.25º 0.45% 0.49% -
HSV(B) 26.25º 0.62% 0.71% -
XYZ 26.23 22.84 8.5 -
YUV 130.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 180 117 68 0 0.35 0.62 0.29 26.25 0.45 0.49
Hex B4 75 44 0 23 3E 1D 1A 2D 31
Octal 264 165 104 0 43 76 35 32 55 61
Binary 10110100 1110101 1000100 0 100011 111110 11101 11010 101101 110001

Color Harmonies of #B47544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47544

Black with #B47544

Text Example


Text Example

White with #B47544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47544; }

 p { color: rgb(180,117,68); }

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

background-color css

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

 a { background-color: rgb(180,117,68); }

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

border-color css

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

 span { border-color: rgb(180,117,68); }

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