Html Css Color HEX #BE800D Dark Goldenrod

📋 copy color: '#BE800D'

red 190 ◦ green 128 ◦ blue 13

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

Shades of Dark Goldenrod #BE800D

Tints of Dark Goldenrod #BE800D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.93%

R = 57.4%
G = 38.67%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE800D (or 0xBE800D) is known color: Dark Goldenrod. HEX triplet: BE, 80 and 0D. RGB value is (190,128,13). Sum of RGB (Red+Green+Blue) = 190+128+13=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE800D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE800D is #417FF2. Grayscale: #858585. Windows color (decimal): -4292595 or 884926. OLE color: 884926.

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

Color convert

RGB 190 128 13 -
CMYK 0 0.33 0.93 0.25
HSL 38.98º 0.87% 0.4% -
HSV(B) 38.98º 0.93% 0.75% -
XYZ 29.03 26.41 3.95 -
YUV 133.43 60.04 168.35 -
System Red Green Blue C M Y K H S L
Decimal 190 128 13 0 0.33 0.93 0.25 38.98 0.87 0.4
Hex BE 80 D 0 21 5D 19 27 57 28
Octal 276 200 15 0 41 135 31 47 127 50
Binary 10111110 10000000 1101 0 100001 1011101 11001 100111 1010111 101000

Color Harmonies of #BE800D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE800D

Black with #BE800D

Text Example


Text Example

White with #BE800D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE800D; }

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

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

background-color css

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

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

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

border-color css

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

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

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