Html Css Color HEX #BE8000 Dark Goldenrod

📋 copy color: '#BE8000'

red 190 ◦ green 128 ◦ blue 0

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

Shades of Dark Goldenrod #BE8000

Tints of Dark Goldenrod #BE8000

RGB

 RED value IS 190 (74.61% from 255) = 59.75%

 GREEN value IS 128 (50.39% from 255) = 40.25%

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

R = 59.75%
G = 40.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BE8000 (or 0xBE8000) is known color: Dark Goldenrod. HEX triplet: BE, 80 and 00. RGB value is (190,128,0). Sum of RGB (Red+Green+Blue) = 190+128+0=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8000 is #417FFF. Grayscale: #848484. Windows color (decimal): -4292608 or 32958. OLE color: 32958.

HSL color Cylindrical-coordinate representation of color #BE8000: hue angle of 40.42º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE8000 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 128 0 -
CMYK 0 0.33 1 0.25
HSL 40.42º 1% 0.37% -
HSV(B) 40.42º 1% 0.75% -
XYZ 28.95 26.39 3.57 -
YUV 131.95 53.54 169.41 -
System Red Green Blue C M Y K H S L
Decimal 190 128 0 0 0.33 1 0.25 40.42 1 0.37
Hex BE 80 0 0 21 64 19 28 64 25
Octal 276 200 0 0 41 144 31 50 144 45
Binary 10111110 10000000 0 0 100001 1100100 11001 101000 1100100 100101

Color Harmonies of #BE8000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8000

Black with #BE8000

Text Example


Text Example

White with #BE8000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8000; }

 p { color: rgb(190,128,0); }

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

background-color css

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

 a { background-color: rgb(190,128,0); }

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

border-color css

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

 span { border-color: rgb(190,128,0); }

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