Html Css Color HEX #BE8201 Dark Goldenrod

📋 copy color: '#BE8201'

red 190 ◦ green 130 ◦ blue 1

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

Shades of Dark Goldenrod #BE8201

Tints of Dark Goldenrod #BE8201

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.5%

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

R = 59.19%
G = 40.5%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE8201 (or 0xBE8201) is known color: Dark Goldenrod. HEX triplet: BE, 82 and 01. RGB value is (190,130,1). Sum of RGB (Red+Green+Blue) = 190+130+1=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8201 is #417DFE. Grayscale: #858585. Windows color (decimal): -4292095 or 99006. OLE color: 99006.

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

Color convert

RGB 190 130 1 -
CMYK 0 0.32 0.99 0.25
HSL 40.95º 0.99% 0.37% -
HSV(B) 40.95º 0.99% 0.75% -
XYZ 29.22 26.91 3.68 -
YUV 133.23 53.38 168.49 -
System Red Green Blue C M Y K H S L
Decimal 190 130 1 0 0.32 0.99 0.25 40.95 0.99 0.37
Hex BE 82 1 0 20 63 19 29 63 25
Octal 276 202 1 0 40 143 31 51 143 45
Binary 10111110 10000010 1 0 100000 1100011 11001 101001 1100011 100101

Color Harmonies of #BE8201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8201

Black with #BE8201

Text Example


Text Example

White with #BE8201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8201; }

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

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

background-color css

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

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

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

border-color css

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

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

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