Html Css Color HEX #B46411 Golden Brown

📋 copy color: '#B46411'

red 180 ◦ green 100 ◦ blue 17

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

Shades of Golden Brown #B46411

Tints of Golden Brown #B46411

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.67%

 BLUE value IS 17 (7.03% from 255) = 5.72%

R = 60.61%
G = 33.67%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B46411 (or 0xB46411) is known color: Golden Brown. HEX triplet: B4, 64 and 11. RGB value is (180,100,17). Sum of RGB (Red+Green+Blue) = 180+100+17=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B46411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46411 is #4B9BEE. Grayscale: #727272. Windows color (decimal): -4955119 or 1139892. OLE color: 1139892.

HSL color Cylindrical-coordinate representation of color #B46411: hue angle of 30.55º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B46411 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 100 17 -
CMYK 0 0.44 0.91 0.29
HSL 30.55º 0.83% 0.39% -
HSV(B) 30.55º 0.91% 0.71% -
XYZ 23.48 18.86 2.93 -
YUV 114.46 73 174.75 -
System Red Green Blue C M Y K H S L
Decimal 180 100 17 0 0.44 0.91 0.29 30.55 0.83 0.39
Hex B4 64 11 0 2C 5B 1D 1F 53 27
Octal 264 144 21 0 54 133 35 37 123 47
Binary 10110100 1100100 10001 0 101100 1011011 11101 11111 1010011 100111

Color Harmonies of #B46411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46411

Black with #B46411

Text Example


Text Example

White with #B46411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46411; }

 p { color: rgb(180,100,17); }

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

background-color css

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

 a { background-color: rgb(180,100,17); }

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

border-color css

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

 span { border-color: rgb(180,100,17); }

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