Html Css Color HEX #B47543 Bourbon

📋 copy color: '#B47543'

red 180 ◦ green 117 ◦ blue 67

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

Shades of Bourbon #B47543

Tints of Bourbon #B47543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.41%

R = 49.45%
G = 32.14%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B47543 (or 0xB47543) is known color: Bourbon. HEX triplet: B4, 75 and 43. RGB value is (180,117,67). Sum of RGB (Red+Green+Blue) = 180+117+67=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B47543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47543 is #4B8ABC. Grayscale: #828282. Windows color (decimal): -4950717 or 4421044. OLE color: 4421044.

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

Color convert

RGB 180 117 67 -
CMYK 0 0.35 0.63 0.29
HSL 26.55º 0.46% 0.48% -
HSV(B) 26.55º 0.63% 0.71% -
XYZ 26.2 22.83 8.34 -
YUV 130.14 92.37 163.57 -
System Red Green Blue C M Y K H S L
Decimal 180 117 67 0 0.35 0.63 0.29 26.55 0.46 0.48
Hex B4 75 43 0 23 3F 1D 1B 2E 30
Octal 264 165 103 0 43 77 35 33 56 60
Binary 10110100 1110101 1000011 0 100011 111111 11101 11011 101110 110000

Color Harmonies of #B47543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47543

Black with #B47543

Text Example


Text Example

White with #B47543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47543; }

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

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

background-color css

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

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

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

border-color css

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

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

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