Html Css Color HEX #BE8200 Dark Goldenrod

📋 copy color: '#BE8200'

red 190 ◦ green 130 ◦ blue 0

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

Shades of Dark Goldenrod #BE8200

Tints of Dark Goldenrod #BE8200

RGB

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

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

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

R = 59.38%
G = 40.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BE8200 (or 0xBE8200) is known color: Dark Goldenrod. HEX triplet: BE, 82 and 00. RGB value is (190,130,0). Sum of RGB (Red+Green+Blue) = 190+130+0=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8200 is #417DFF. Grayscale: #858585. Windows color (decimal): -4292096 or 33470. OLE color: 33470.

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

Color convert

RGB 190 130 0 -
CMYK 0 0.32 1 0.25
HSL 41.05º 1% 0.37% -
HSV(B) 41.05º 1% 0.75% -
XYZ 29.22 26.91 3.65 -
YUV 133.12 52.88 168.57 -
System Red Green Blue C M Y K H S L
Decimal 190 130 0 0 0.32 1 0.25 41.05 1 0.37
Hex BE 82 0 0 20 64 19 29 64 25
Octal 276 202 0 0 40 144 31 51 144 45
Binary 10111110 10000010 0 0 100000 1100100 11001 101001 1100100 100101

Color Harmonies of #BE8200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8200

Black with #BE8200

Text Example


Text Example

White with #BE8200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8200; }

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

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

background-color css

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

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

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

border-color css

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

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

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