Html Css Color HEX #B48512 Dark Goldenrod

📋 copy color: '#B48512'

red 180 ◦ green 133 ◦ blue 18

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

Shades of Dark Goldenrod #B48512

Tints of Dark Goldenrod #B48512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.44%

R = 54.38%
G = 40.18%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B48512 (or 0xB48512) is known color: Dark Goldenrod. HEX triplet: B4, 85 and 12. RGB value is (180,133,18). Sum of RGB (Red+Green+Blue) = 180+133+18=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B48512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48512 is #4B7AED. Grayscale: #868686. Windows color (decimal): -4946670 or 1213876. OLE color: 1213876.

HSL color Cylindrical-coordinate representation of color #B48512: hue angle of 42.59º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B48512 is Cyan = 0, Magento = 0.26, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 133 18 -
CMYK 0 0.26 0.9 0.29
HSL 42.59º 0.82% 0.39% -
HSV(B) 42.59º 0.9% 0.71% -
XYZ 27.32 26.52 4.25 -
YUV 133.94 62.57 160.85 -
System Red Green Blue C M Y K H S L
Decimal 180 133 18 0 0.26 0.9 0.29 42.59 0.82 0.39
Hex B4 85 12 0 1A 5A 1D 2B 52 27
Octal 264 205 22 0 32 132 35 53 122 47
Binary 10110100 10000101 10010 0 11010 1011010 11101 101011 1010010 100111

Color Harmonies of #B48512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48512

Black with #B48512

Text Example


Text Example

White with #B48512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48512; }

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

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

background-color css

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

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

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

border-color css

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

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

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