Html Css Color HEX #B87F0E Dark Goldenrod

📋 copy color: '#B87F0E'

red 184 ◦ green 127 ◦ blue 14

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

Shades of Dark Goldenrod #B87F0E

Tints of Dark Goldenrod #B87F0E

RGB

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

 GREEN value IS 127 (50% from 255) = 39.08%

 BLUE value IS 14 (5.86% from 255) = 4.31%

R = 56.62%
G = 39.08%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B87F0E (or 0xB87F0E) is known color: Dark Goldenrod. HEX triplet: B8, 7F and 0E. RGB value is (184,127,14). Sum of RGB (Red+Green+Blue) = 184+127+14=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87F0E is #4780F1. Grayscale: #838383. Windows color (decimal): -4686066 or 950200. OLE color: 950200.

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

Color convert

RGB 184 127 14 -
CMYK 0 0.31 0.92 0.28
HSL 39.88º 0.86% 0.39% -
HSV(B) 39.88º 0.92% 0.72% -
XYZ 27.44 25.4 3.87 -
YUV 131.16 61.88 165.69 -
System Red Green Blue C M Y K H S L
Decimal 184 127 14 0 0.31 0.92 0.28 39.88 0.86 0.39
Hex B8 7F E 0 1F 5C 1C 28 56 27
Octal 270 177 16 0 37 134 34 50 126 47
Binary 10111000 1111111 1110 0 11111 1011100 11100 101000 1010110 100111

Color Harmonies of #B87F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87F0E

Black with #B87F0E

Text Example


Text Example

White with #B87F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87F0E; }

 p { color: rgb(184,127,14); }

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

background-color css

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

 a { background-color: rgb(184,127,14); }

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

border-color css

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

 span { border-color: rgb(184,127,14); }

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