Html Css Color HEX #B46A40 Bourbon

📋 copy color: '#B46A40'

red 180 ◦ green 106 ◦ blue 64

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

Shades of Bourbon #B46A40

Tints of Bourbon #B46A40

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.29%

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

R = 51.43%
G = 30.29%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B46A40 (or 0xB46A40) is known color: Bourbon. HEX triplet: B4, 6A and 40. RGB value is (180,106,64). Sum of RGB (Red+Green+Blue) = 180+106+64=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46A40 is #4B95BF. Grayscale: #7B7B7B. Windows color (decimal): -4953536 or 4221620. OLE color: 4221620.

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

Color convert

RGB 180 106 64 -
CMYK 0 0.41 0.64 0.29
HSL 21.72º 0.48% 0.48% -
HSV(B) 21.72º 0.64% 0.71% -
XYZ 24.9 20.38 7.47 -
YUV 123.34 94.52 168.42 -
System Red Green Blue C M Y K H S L
Decimal 180 106 64 0 0.41 0.64 0.29 21.72 0.48 0.48
Hex B4 6A 40 0 29 40 1D 16 30 30
Octal 264 152 100 0 51 100 35 26 60 60
Binary 10110100 1101010 1000000 0 101001 1000000 11101 10110 110000 110000

Color Harmonies of #B46A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46A40

Black with #B46A40

Text Example


Text Example

White with #B46A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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