Html Css Color HEX #B47541 Bourbon

📋 copy color: '#B47541'

red 180 ◦ green 117 ◦ blue 65

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

Shades of Bourbon #B47541

Tints of Bourbon #B47541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.96%

R = 49.72%
G = 32.32%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B47541 (or 0xB47541) is known color: Bourbon. HEX triplet: B4, 75 and 41. RGB value is (180,117,65). Sum of RGB (Red+Green+Blue) = 180+117+65=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B47541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47541 is #4B8ABE. Grayscale: #828282. Windows color (decimal): -4950719 or 4289972. OLE color: 4289972.

HSL color Cylindrical-coordinate representation of color #B47541: hue angle of 27.13º degrees, saturation: 0.47, 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 #B47541 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 117 65 -
CMYK 0 0.35 0.64 0.29
HSL 27.13º 0.47% 0.48% -
HSV(B) 27.13º 0.64% 0.71% -
XYZ 26.14 22.81 8.03 -
YUV 129.91 91.37 163.73 -
System Red Green Blue C M Y K H S L
Decimal 180 117 65 0 0.35 0.64 0.29 27.13 0.47 0.48
Hex B4 75 41 0 23 40 1D 1B 2F 30
Octal 264 165 101 0 43 100 35 33 57 60
Binary 10110100 1110101 1000001 0 100011 1000000 11101 11011 101111 110000

Color Harmonies of #B47541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47541

Black with #B47541

Text Example


Text Example

White with #B47541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47541; }

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

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

background-color css

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

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

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

border-color css

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

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

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