Html Css Color HEX #B47640 Bourbon

📋 copy color: '#B47640'

red 180 ◦ green 118 ◦ blue 64

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

Shades of Bourbon #B47640

Tints of Bourbon #B47640

RGB

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

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

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

R = 49.72%
G = 32.6%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B47640 (or 0xB47640) is known color: Bourbon. HEX triplet: B4, 76 and 40. RGB value is (180,118,64). Sum of RGB (Red+Green+Blue) = 180+118+64=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B47640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47640 is #4B89BF. Grayscale: #828282. Windows color (decimal): -4950464 or 4224692. OLE color: 4224692.

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

Color convert

RGB 180 118 64 -
CMYK 0 0.34 0.64 0.29
HSL 27.93º 0.48% 0.48% -
HSV(B) 27.93º 0.64% 0.71% -
XYZ 26.23 23.03 7.91 -
YUV 130.38 90.54 163.39 -
System Red Green Blue C M Y K H S L
Decimal 180 118 64 0 0.34 0.64 0.29 27.93 0.48 0.48
Hex B4 76 40 0 22 40 1D 1C 30 30
Octal 264 166 100 0 42 100 35 34 60 60
Binary 10110100 1110110 1000000 0 100010 1000000 11101 11100 110000 110000

Color Harmonies of #B47640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47640

Black with #B47640

Text Example


Text Example

White with #B47640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47640; }

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

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

background-color css

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

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

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

border-color css

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

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

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