Html Css Color HEX #B46611 Golden Brown

📋 copy color: '#B46611'

red 180 ◦ green 102 ◦ blue 17

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

Shades of Golden Brown #B46611

Tints of Golden Brown #B46611

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.11%

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

R = 60.2%
G = 34.11%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B46611 (or 0xB46611) is known color: Golden Brown. HEX triplet: B4, 66 and 11. RGB value is (180,102,17). Sum of RGB (Red+Green+Blue) = 180+102+17=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 102 (40.23% from 255 or 34.11% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B46611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46611 is #4B99EE. Grayscale: #747474. Windows color (decimal): -4954607 or 1140404. OLE color: 1140404.

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

Color convert

RGB 180 102 17 -
CMYK 0 0.43 0.91 0.29
HSL 31.29º 0.83% 0.39% -
HSV(B) 31.29º 0.91% 0.71% -
XYZ 23.67 19.25 3 -
YUV 115.63 72.34 173.91 -
System Red Green Blue C M Y K H S L
Decimal 180 102 17 0 0.43 0.91 0.29 31.29 0.83 0.39
Hex B4 66 11 0 2B 5B 1D 1F 53 27
Octal 264 146 21 0 53 133 35 37 123 47
Binary 10110100 1100110 10001 0 101011 1011011 11101 11111 1010011 100111

Color Harmonies of #B46611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46611

Black with #B46611

Text Example


Text Example

White with #B46611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46611; }

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

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

background-color css

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

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

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

border-color css

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

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

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