Html Css Color HEX #B47645 Bourbon

📋 copy color: '#B47645'

red 180 ◦ green 118 ◦ blue 69

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

Shades of Bourbon #B47645

Tints of Bourbon #B47645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.8%

R = 49.05%
G = 32.15%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B47645 (or 0xB47645) is known color: Bourbon. HEX triplet: B4, 76 and 45. RGB value is (180,118,69). Sum of RGB (Red+Green+Blue) = 180+118+69=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B47645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47645 is #4B89BA. Grayscale: #838383. Windows color (decimal): -4950459 or 4552372. OLE color: 4552372.

HSL color Cylindrical-coordinate representation of color #B47645: hue angle of 26.49º 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 #B47645 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 118 69 -
CMYK 0 0.34 0.62 0.29
HSL 26.49º 0.45% 0.49% -
HSV(B) 26.49º 0.62% 0.71% -
XYZ 26.38 23.09 8.7 -
YUV 130.95 93.04 162.98 -
System Red Green Blue C M Y K H S L
Decimal 180 118 69 0 0.34 0.62 0.29 26.49 0.45 0.49
Hex B4 76 45 0 22 3E 1D 1A 2D 31
Octal 264 166 105 0 42 76 35 32 55 61
Binary 10110100 1110110 1000101 0 100010 111110 11101 11010 101101 110001

Color Harmonies of #B47645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47645

Black with #B47645

Text Example


Text Example

White with #B47645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47645; }

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

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

background-color css

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

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

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

border-color css

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

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

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