Html Css Color HEX #BE780A Dark Goldenrod

📋 copy color: '#BE780A'

red 190 ◦ green 120 ◦ blue 10

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

Shades of Dark Goldenrod #BE780A

Tints of Dark Goldenrod #BE780A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.13%

R = 59.38%
G = 37.5%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BE780A (or 0xBE780A) is known color: Dark Goldenrod. HEX triplet: BE, 78 and 0A. RGB value is (190,120,10). Sum of RGB (Red+Green+Blue) = 190+120+10=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE780A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE780A is #4187F5. Grayscale: #808080. Windows color (decimal): -4294646 or 686270. OLE color: 686270.

HSL color Cylindrical-coordinate representation of color #BE780A: hue angle of 36.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE780A is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 120 10 -
CMYK 0 0.37 0.95 0.25
HSL 36.67º 0.9% 0.39% -
HSV(B) 36.67º 0.95% 0.75% -
XYZ 28.01 24.4 3.52 -
YUV 128.39 61.19 171.94 -
System Red Green Blue C M Y K H S L
Decimal 190 120 10 0 0.37 0.95 0.25 36.67 0.9 0.39
Hex BE 78 A 0 25 5F 19 25 5A 27
Octal 276 170 12 0 45 137 31 45 132 47
Binary 10111110 1111000 1010 0 100101 1011111 11001 100101 1011010 100111

Color Harmonies of #BE780A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE780A

Black with #BE780A

Text Example


Text Example

White with #BE780A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE780A; }

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

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

background-color css

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

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

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

border-color css

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

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

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