Html Css Color HEX #B46810 Golden Brown

📋 copy color: '#B46810'

red 180 ◦ green 104 ◦ blue 16

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

Shades of Golden Brown #B46810

Tints of Golden Brown #B46810

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.67%

 BLUE value IS 16 (6.64% from 255) = 5.33%

R = 60%
G = 34.67%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B46810 (or 0xB46810) is known color: Golden Brown. HEX triplet: B4, 68 and 10. RGB value is (180,104,16). Sum of RGB (Red+Green+Blue) = 180+104+16=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B46810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46810 is #4B97EF. Grayscale: #757575. Windows color (decimal): -4954096 or 1075380. OLE color: 1075380.

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

Color convert

RGB 180 104 16 -
CMYK 0 0.42 0.91 0.29
HSL 32.2º 0.84% 0.38% -
HSV(B) 32.2º 0.91% 0.71% -
XYZ 23.87 19.64 3.02 -
YUV 116.69 71.18 173.16 -
System Red Green Blue C M Y K H S L
Decimal 180 104 16 0 0.42 0.91 0.29 32.2 0.84 0.38
Hex B4 68 10 0 2A 5B 1D 20 54 26
Octal 264 150 20 0 52 133 35 40 124 46
Binary 10110100 1101000 10000 0 101010 1011011 11101 100000 1010100 100110

Color Harmonies of #B46810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46810

Black with #B46810

Text Example


Text Example

White with #B46810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46810; }

 p { color: rgb(180,104,16); }

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

background-color css

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

 a { background-color: rgb(180,104,16); }

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

border-color css

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

 span { border-color: rgb(180,104,16); }

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