Html Css Color HEX #B87A00 Dark Goldenrod

📋 copy color: '#B87A00'

red 184 ◦ green 122 ◦ blue 0

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

Shades of Dark Goldenrod #B87A00

Tints of Dark Goldenrod #B87A00

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.87%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.13%
G = 39.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B87A00 (or 0xB87A00) is known color: Dark Goldenrod. HEX triplet: B8, 7A and 00. RGB value is (184,122,0). Sum of RGB (Red+Green+Blue) = 184+122+0=306 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.13% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87A00 is #4785FF. Grayscale: #7F7F7F. Windows color (decimal): -4687360 or 31416. OLE color: 31416.

HSL color Cylindrical-coordinate representation of color #B87A00: hue angle of 39.78º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B87A00 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 122 0 -
CMYK 0 0.34 1 0.28
HSL 39.78º 1% 0.36% -
HSV(B) 39.78º 1% 0.72% -
XYZ 26.73 24.11 3.24 -
YUV 126.63 56.54 168.92 -
System Red Green Blue C M Y K H S L
Decimal 184 122 0 0 0.34 1 0.28 39.78 1 0.36
Hex B8 7A 0 0 22 64 1C 28 64 24
Octal 270 172 0 0 42 144 34 50 144 44
Binary 10111000 1111010 0 0 100010 1100100 11100 101000 1100100 100100

Color Harmonies of #B87A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87A00

Black with #B87A00

Text Example


Text Example

White with #B87A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87A00; }

 p { color: rgb(184,122,0); }

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

background-color css

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

 a { background-color: rgb(184,122,0); }

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

border-color css

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

 span { border-color: rgb(184,122,0); }

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