Html Css Color HEX #B87C04 Dark Goldenrod

📋 copy color: '#B87C04'

red 184 ◦ green 124 ◦ blue 4

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

Shades of Dark Goldenrod #B87C04

Tints of Dark Goldenrod #B87C04

RGB

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

 GREEN value IS 124 (48.83% from 255) = 39.74%

 BLUE value IS 4 (1.95% from 255) = 1.28%

R = 58.97%
G = 39.74%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B87C04 (or 0xB87C04) is known color: Dark Goldenrod. HEX triplet: B8, 7C and 04. RGB value is (184,124,4). Sum of RGB (Red+Green+Blue) = 184+124+4=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87C04 is #4783FB. Grayscale: #808080. Windows color (decimal): -4686844 or 294072. OLE color: 294072.

HSL color Cylindrical-coordinate representation of color #B87C04: hue angle of 40º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B87C04 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 124 4 -
CMYK 0 0.33 0.98 0.28
HSL 40º 0.96% 0.37% -
HSV(B) 40º 0.98% 0.72% -
XYZ 27 24.61 3.44 -
YUV 128.26 57.88 167.76 -
System Red Green Blue C M Y K H S L
Decimal 184 124 4 0 0.33 0.98 0.28 40 0.96 0.37
Hex B8 7C 4 0 21 62 1C 28 60 25
Octal 270 174 4 0 41 142 34 50 140 45
Binary 10111000 1111100 100 0 100001 1100010 11100 101000 1100000 100101

Color Harmonies of #B87C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87C04

Black with #B87C04

Text Example


Text Example

White with #B87C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87C04; }

 p { color: rgb(184,124,4); }

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

background-color css

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

 a { background-color: rgb(184,124,4); }

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

border-color css

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

 span { border-color: rgb(184,124,4); }

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