Html Css Color HEX #B49110 Dark Goldenrod

📋 copy color: '#B49110'

red 180 ◦ green 145 ◦ blue 16

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

Shades of Dark Goldenrod #B49110

Tints of Dark Goldenrod #B49110

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.52%

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

R = 52.79%
G = 42.52%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B49110 (or 0xB49110) is known color: Dark Goldenrod. HEX triplet: B4, 91 and 10. RGB value is (180,145,16). Sum of RGB (Red+Green+Blue) = 180+145+16=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B49110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49110 is #4B6EEF. Grayscale: #8D8D8D. Windows color (decimal): -4943600 or 1085876. OLE color: 1085876.

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

Color convert

RGB 180 145 16 -
CMYK 0 0.19 0.91 0.29
HSL 47.2º 0.84% 0.38% -
HSV(B) 47.2º 0.91% 0.71% -
XYZ 29.04 29.99 4.75 -
YUV 140.76 57.6 155.99 -
System Red Green Blue C M Y K H S L
Decimal 180 145 16 0 0.19 0.91 0.29 47.2 0.84 0.38
Hex B4 91 10 0 13 5B 1D 2F 54 26
Octal 264 221 20 0 23 133 35 57 124 46
Binary 10110100 10010001 10000 0 10011 1011011 11101 101111 1010100 100110

Color Harmonies of #B49110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49110

Black with #B49110

Text Example


Text Example

White with #B49110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49110; }

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

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

background-color css

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

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

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

border-color css

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

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

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