Html Css Color HEX #B48510 Dark Goldenrod

📋 copy color: '#B48510'

red 180 ◦ green 133 ◦ blue 16

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

Shades of Dark Goldenrod #B48510

Tints of Dark Goldenrod #B48510

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.43%

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

R = 54.71%
G = 40.43%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B48510 (or 0xB48510) is known color: Dark Goldenrod. HEX triplet: B4, 85 and 10. RGB value is (180,133,16). Sum of RGB (Red+Green+Blue) = 180+133+16=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B48510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48510 is #4B7AEF. Grayscale: #868686. Windows color (decimal): -4946672 or 1082804. OLE color: 1082804.

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

Color convert

RGB 180 133 16 -
CMYK 0 0.26 0.91 0.29
HSL 42.8º 0.84% 0.38% -
HSV(B) 42.8º 0.91% 0.71% -
XYZ 27.3 26.52 4.17 -
YUV 133.72 61.57 161.01 -
System Red Green Blue C M Y K H S L
Decimal 180 133 16 0 0.26 0.91 0.29 42.8 0.84 0.38
Hex B4 85 10 0 1A 5B 1D 2B 54 26
Octal 264 205 20 0 32 133 35 53 124 46
Binary 10110100 10000101 10000 0 11010 1011011 11101 101011 1010100 100110

Color Harmonies of #B48510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48510

Black with #B48510

Text Example


Text Example

White with #B48510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48510; }

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

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

background-color css

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

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

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

border-color css

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

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

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