Html Css Color HEX #B46F40 Bourbon

📋 copy color: '#B46F40'

red 180 ◦ green 111 ◦ blue 64

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

Shades of Bourbon #B46F40

Tints of Bourbon #B46F40

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.27%

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

R = 50.7%
G = 31.27%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B46F40 (or 0xB46F40) is known color: Bourbon. HEX triplet: B4, 6F and 40. RGB value is (180,111,64). Sum of RGB (Red+Green+Blue) = 180+111+64=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46F40 is #4B90BF. Grayscale: #7E7E7E. Windows color (decimal): -4952256 or 4222900. OLE color: 4222900.

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

Color convert

RGB 180 111 64 -
CMYK 0 0.38 0.64 0.29
HSL 24.31º 0.48% 0.48% -
HSV(B) 24.31º 0.64% 0.71% -
XYZ 25.43 21.44 7.65 -
YUV 126.27 92.86 166.32 -
System Red Green Blue C M Y K H S L
Decimal 180 111 64 0 0.38 0.64 0.29 24.31 0.48 0.48
Hex B4 6F 40 0 26 40 1D 18 30 30
Octal 264 157 100 0 46 100 35 30 60 60
Binary 10110100 1101111 1000000 0 100110 1000000 11101 11000 110000 110000

Color Harmonies of #B46F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46F40

Black with #B46F40

Text Example


Text Example

White with #B46F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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