Html Css Color HEX #BE8501 Dark Goldenrod

📋 copy color: '#BE8501'

red 190 ◦ green 133 ◦ blue 1

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

Shades of Dark Goldenrod #BE8501

Tints of Dark Goldenrod #BE8501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 58.64%
G = 41.05%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE8501 (or 0xBE8501) is known color: Dark Goldenrod. HEX triplet: BE, 85 and 01. RGB value is (190,133,1). Sum of RGB (Red+Green+Blue) = 190+133+1=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8501 is #417AFE. Grayscale: #878787. Windows color (decimal): -4291327 or 99774. OLE color: 99774.

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

Color convert

RGB 190 133 1 -
CMYK 0 0.3 0.99 0.25
HSL 41.9º 0.99% 0.37% -
HSV(B) 41.9º 0.99% 0.75% -
XYZ 29.63 27.72 3.82 -
YUV 135 52.38 167.23 -
System Red Green Blue C M Y K H S L
Decimal 190 133 1 0 0.3 0.99 0.25 41.9 0.99 0.37
Hex BE 85 1 0 1E 63 19 2A 63 25
Octal 276 205 1 0 36 143 31 52 143 45
Binary 10111110 10000101 1 0 11110 1100011 11001 101010 1100011 100101

Color Harmonies of #BE8501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8501

Black with #BE8501

Text Example


Text Example

White with #BE8501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8501; }

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

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

background-color css

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

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

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

border-color css

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

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

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