Html Css Color HEX #BE7A10 Dark Goldenrod

📋 copy color: '#BE7A10'

red 190 ◦ green 122 ◦ blue 16

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

Shades of Dark Goldenrod #BE7A10

Tints of Dark Goldenrod #BE7A10

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.2%

 BLUE value IS 16 (6.64% from 255) = 4.88%

R = 57.93%
G = 37.2%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE7A10 (or 0xBE7A10) is known color: Dark Goldenrod. HEX triplet: BE, 7A and 10. RGB value is (190,122,16). Sum of RGB (Red+Green+Blue) = 190+122+16=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7A10 is #4185EF. Grayscale: #828282. Windows color (decimal): -4294128 or 1079998. OLE color: 1079998.

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

Color convert

RGB 190 122 16 -
CMYK 0 0.36 0.92 0.25
HSL 36.55º 0.84% 0.4% -
HSV(B) 36.55º 0.92% 0.75% -
XYZ 28.29 24.9 3.81 -
YUV 130.25 63.53 170.62 -
System Red Green Blue C M Y K H S L
Decimal 190 122 16 0 0.36 0.92 0.25 36.55 0.84 0.4
Hex BE 7A 10 0 24 5C 19 25 54 28
Octal 276 172 20 0 44 134 31 45 124 50
Binary 10111110 1111010 10000 0 100100 1011100 11001 100101 1010100 101000

Color Harmonies of #BE7A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A10

Black with #BE7A10

Text Example


Text Example

White with #BE7A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A10; }

 p { color: rgb(190,122,16); }

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

background-color css

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

 a { background-color: rgb(190,122,16); }

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

border-color css

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

 span { border-color: rgb(190,122,16); }

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