Html Css Color HEX #BE780E Dark Goldenrod

📋 copy color: '#BE780E'

red 190 ◦ green 120 ◦ blue 14

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

Shades of Dark Goldenrod #BE780E

Tints of Dark Goldenrod #BE780E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.32%

R = 58.64%
G = 37.04%
B = 4.32%

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

#BE780E (or 0xBE780E) is known color: Dark Goldenrod. HEX triplet: BE, 78 and 0E. RGB value is (190,120,14). Sum of RGB (Red+Green+Blue) = 190+120+14=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE780E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE780E is #4187F1. Grayscale: #818181. Windows color (decimal): -4294642 or 948414. OLE color: 948414.

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

Color convert

RGB 190 120 14 -
CMYK 0 0.37 0.93 0.25
HSL 36.14º 0.86% 0.4% -
HSV(B) 36.14º 0.93% 0.75% -
XYZ 28.03 24.41 3.65 -
YUV 128.85 63.19 171.62 -
System Red Green Blue C M Y K H S L
Decimal 190 120 14 0 0.37 0.93 0.25 36.14 0.86 0.4
Hex BE 78 E 0 25 5D 19 24 56 28
Octal 276 170 16 0 45 135 31 44 126 50
Binary 10111110 1111000 1110 0 100101 1011101 11001 100100 1010110 101000

Color Harmonies of #BE780E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE780E

Black with #BE780E

Text Example


Text Example

White with #BE780E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE780E; }

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

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

background-color css

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

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

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

border-color css

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

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

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