Html Css Color HEX #B47442 Bourbon

📋 copy color: '#B47442'

red 180 ◦ green 116 ◦ blue 66

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

Shades of Bourbon #B47442

Tints of Bourbon #B47442

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.04%

 BLUE value IS 66 (26.17% from 255) = 18.23%

R = 49.72%
G = 32.04%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B47442 (or 0xB47442) is known color: Bourbon. HEX triplet: B4, 74 and 42. RGB value is (180,116,66). Sum of RGB (Red+Green+Blue) = 180+116+66=362 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.72% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 180 - color contains mainly: red. Hex color #B47442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47442 is #4B8BBD. Grayscale: #818181. Windows color (decimal): -4950974 or 4355252. OLE color: 4355252.

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

Color convert

RGB 180 116 66 -
CMYK 0 0.36 0.63 0.29
HSL 26.32º 0.46% 0.48% -
HSV(B) 26.32º 0.63% 0.71% -
XYZ 26.05 22.59 8.14 -
YUV 129.44 92.2 164.07 -
System Red Green Blue C M Y K H S L
Decimal 180 116 66 0 0.36 0.63 0.29 26.32 0.46 0.48
Hex B4 74 42 0 24 3F 1D 1A 2E 30
Octal 264 164 102 0 44 77 35 32 56 60
Binary 10110100 1110100 1000010 0 100100 111111 11101 11010 101110 110000

Color Harmonies of #B47442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47442

Black with #B47442

Text Example


Text Example

White with #B47442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47442; }

 p { color: rgb(180,116,66); }

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

background-color css

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

 a { background-color: rgb(180,116,66); }

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

border-color css

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

 span { border-color: rgb(180,116,66); }

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