Html Css Color HEX #B87D10 Dark Goldenrod

📋 copy color: '#B87D10'

red 184 ◦ green 125 ◦ blue 16

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

Shades of Dark Goldenrod #B87D10

Tints of Dark Goldenrod #B87D10

RGB

 RED value IS 184 (72.27% from 255) = 56.62%

 GREEN value IS 125 (49.22% from 255) = 38.46%

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

R = 56.62%
G = 38.46%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B87D10 (or 0xB87D10) is known color: Dark Goldenrod. HEX triplet: B8, 7D and 10. RGB value is (184,125,16). Sum of RGB (Red+Green+Blue) = 184+125+16=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87D10 is #4782EF. Grayscale: #828282. Windows color (decimal): -4686576 or 1080760. OLE color: 1080760.

HSL color Cylindrical-coordinate representation of color #B87D10: hue angle of 38.93º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B87D10 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 125 16 -
CMYK 0 0.32 0.91 0.28
HSL 38.93º 0.84% 0.39% -
HSV(B) 38.93º 0.91% 0.72% -
XYZ 27.19 24.89 3.86 -
YUV 130.22 63.55 166.36 -
System Red Green Blue C M Y K H S L
Decimal 184 125 16 0 0.32 0.91 0.28 38.93 0.84 0.39
Hex B8 7D 10 0 20 5B 1C 27 54 27
Octal 270 175 20 0 40 133 34 47 124 47
Binary 10111000 1111101 10000 0 100000 1011011 11100 100111 1010100 100111

Color Harmonies of #B87D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87D10

Black with #B87D10

Text Example


Text Example

White with #B87D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87D10; }

 p { color: rgb(184,125,16); }

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

background-color css

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

 a { background-color: rgb(184,125,16); }

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

border-color css

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

 span { border-color: rgb(184,125,16); }

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