Html Css Color HEX #B46610 Golden Brown

📋 copy color: '#B46610'

red 180 ◦ green 102 ◦ blue 16

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

Shades of Golden Brown #B46610

Tints of Golden Brown #B46610

RGB

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

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

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

R = 60.4%
G = 34.23%
B = 5.37%

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

#B46610 (or 0xB46610) is known color: Golden Brown. HEX triplet: B4, 66 and 10. RGB value is (180,102,16). Sum of RGB (Red+Green+Blue) = 180+102+16=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B46610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46610 is #4B99EF. Grayscale: #737373. Windows color (decimal): -4954608 or 1074868. OLE color: 1074868.

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

Color convert

RGB 180 102 16 -
CMYK 0 0.43 0.91 0.29
HSL 31.46º 0.84% 0.38% -
HSV(B) 31.46º 0.91% 0.71% -
XYZ 23.67 19.24 2.96 -
YUV 115.52 71.84 173.99 -
System Red Green Blue C M Y K H S L
Decimal 180 102 16 0 0.43 0.91 0.29 31.46 0.84 0.38
Hex B4 66 10 0 2B 5B 1D 1F 54 26
Octal 264 146 20 0 53 133 35 37 124 46
Binary 10110100 1100110 10000 0 101011 1011011 11101 11111 1010100 100110

Color Harmonies of #B46610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46610

Black with #B46610

Text Example


Text Example

White with #B46610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46610; }

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

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

background-color css

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

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

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

border-color css

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

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

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