Html Css Color HEX #BE780D Dark Goldenrod

📋 copy color: '#BE780D'

red 190 ◦ green 120 ◦ blue 13

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

Shades of Dark Goldenrod #BE780D

Tints of Dark Goldenrod #BE780D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 37.15%

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

R = 58.82%
G = 37.15%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE780D (or 0xBE780D) is known color: Dark Goldenrod. HEX triplet: BE, 78 and 0D. RGB value is (190,120,13). Sum of RGB (Red+Green+Blue) = 190+120+13=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE780D is #4187F2. Grayscale: #818181. Windows color (decimal): -4294643 or 882878. OLE color: 882878.

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

Color convert

RGB 190 120 13 -
CMYK 0 0.37 0.93 0.25
HSL 36.27º 0.87% 0.4% -
HSV(B) 36.27º 0.93% 0.75% -
XYZ 28.02 24.41 3.62 -
YUV 128.73 62.69 171.7 -
System Red Green Blue C M Y K H S L
Decimal 190 120 13 0 0.37 0.93 0.25 36.27 0.87 0.4
Hex BE 78 D 0 25 5D 19 24 57 28
Octal 276 170 15 0 45 135 31 44 127 50
Binary 10111110 1111000 1101 0 100101 1011101 11001 100100 1010111 101000

Color Harmonies of #BE780D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE780D

Black with #BE780D

Text Example


Text Example

White with #BE780D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE780D; }

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

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

background-color css

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

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

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

border-color css

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

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

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