Html Css Color HEX #BE8500 Dark Goldenrod

📋 copy color: '#BE8500'

red 190 ◦ green 133 ◦ blue 0

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

Shades of Dark Goldenrod #BE8500

Tints of Dark Goldenrod #BE8500

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.18%

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

R = 58.82%
G = 41.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BE8500 (or 0xBE8500) is known color: Dark Goldenrod. HEX triplet: BE, 85 and 00. RGB value is (190,133,0). Sum of RGB (Red+Green+Blue) = 190+133+0=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8500 is #417AFF. Grayscale: #878787. Windows color (decimal): -4291328 or 34238. OLE color: 34238.

HSL color Cylindrical-coordinate representation of color #BE8500: hue angle of 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 #BE8500 is Cyan = 0, Magento = 0.3, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 133 0 -
CMYK 0 0.3 1 0.25
HSL 42º 1% 0.37% -
HSV(B) 42º 1% 0.75% -
XYZ 29.62 27.72 3.79 -
YUV 134.88 51.88 167.31 -
System Red Green Blue C M Y K H S L
Decimal 190 133 0 0 0.3 1 0.25 42 1 0.37
Hex BE 85 0 0 1E 64 19 2A 64 25
Octal 276 205 0 0 36 144 31 52 144 45
Binary 10111110 10000101 0 0 11110 1100100 11001 101010 1100100 100101

Color Harmonies of #BE8500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8500

Black with #BE8500

Text Example


Text Example

White with #BE8500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8500; }

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

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

background-color css

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

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

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

border-color css

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

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

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