Html Css Color HEX #B46C41 Bourbon

📋 copy color: '#B46C41'

red 180 ◦ green 108 ◦ blue 65

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

Shades of Bourbon #B46C41

Tints of Bourbon #B46C41

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.59%

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

R = 50.99%
G = 30.59%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B46C41 (or 0xB46C41) is known color: Bourbon. HEX triplet: B4, 6C and 41. RGB value is (180,108,65). Sum of RGB (Red+Green+Blue) = 180+108+65=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B46C41 is #4B93BE. Grayscale: #7C7C7C. Windows color (decimal): -4953023 or 4287668. OLE color: 4287668.

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

Color convert

RGB 180 108 65 -
CMYK 0 0.40 0.64 0.29
HSL 22.43º 0.47% 0.48% -
HSV(B) 22.43º 0.64% 0.71% -
XYZ 25.14 20.81 7.69 -
YUV 124.63 94.35 167.5 -
System Red Green Blue C M Y K H S L
Decimal 180 108 65 0 0.40 0.64 0.29 22.43 0.47 0.48
Hex B4 6C 41 0 28 40 1D 16 2F 30
Octal 264 154 101 0 50 100 35 26 57 60
Binary 10110100 1101100 1000001 0 101000 1000000 11101 10110 101111 110000

Color Harmonies of #B46C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46C41

Black with #B46C41

Text Example


Text Example

White with #B46C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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