Html Css Color HEX #BE740D Dark Goldenrod

📋 copy color: '#BE740D'

red 190 ◦ green 116 ◦ blue 13

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

Shades of Dark Goldenrod #BE740D

Tints of Dark Goldenrod #BE740D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.36%

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

R = 59.56%
G = 36.36%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE740D (or 0xBE740D) is known color: Dark Goldenrod. HEX triplet: BE, 74 and 0D. RGB value is (190,116,13). Sum of RGB (Red+Green+Blue) = 190+116+13=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE740D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE740D is #418BF2. Grayscale: #7E7E7E. Windows color (decimal): -4295667 or 881854. OLE color: 881854.

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

Color convert

RGB 190 116 13 -
CMYK 0 0.39 0.93 0.25
HSL 34.92º 0.87% 0.4% -
HSV(B) 34.92º 0.93% 0.75% -
XYZ 27.55 23.47 3.46 -
YUV 126.38 64.02 173.38 -
System Red Green Blue C M Y K H S L
Decimal 190 116 13 0 0.39 0.93 0.25 34.92 0.87 0.4
Hex BE 74 D 0 27 5D 19 23 57 28
Octal 276 164 15 0 47 135 31 43 127 50
Binary 10111110 1110100 1101 0 100111 1011101 11001 100011 1010111 101000

Color Harmonies of #BE740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE740D

Black with #BE740D

Text Example


Text Example

White with #BE740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE740D; }

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

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

background-color css

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

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

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

border-color css

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

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

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