Html Css Color HEX #BE7D10 Dark Goldenrod

📋 copy color: '#BE7D10'

red 190 ◦ green 125 ◦ blue 16

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

Shades of Dark Goldenrod #BE7D10

Tints of Dark Goldenrod #BE7D10

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.76%

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

R = 57.4%
G = 37.76%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE7D10 (or 0xBE7D10) is known color: Dark Goldenrod. HEX triplet: BE, 7D and 10. RGB value is (190,125,16). Sum of RGB (Red+Green+Blue) = 190+125+16=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7D10 is #4182EF. Grayscale: #848484. Windows color (decimal): -4293360 or 1080766. OLE color: 1080766.

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

Color convert

RGB 190 125 16 -
CMYK 0 0.34 0.92 0.25
HSL 37.59º 0.84% 0.4% -
HSV(B) 37.59º 0.92% 0.75% -
XYZ 28.66 25.65 3.93 -
YUV 132.01 62.53 169.36 -
System Red Green Blue C M Y K H S L
Decimal 190 125 16 0 0.34 0.92 0.25 37.59 0.84 0.4
Hex BE 7D 10 0 22 5C 19 26 54 28
Octal 276 175 20 0 42 134 31 46 124 50
Binary 10111110 1111101 10000 0 100010 1011100 11001 100110 1010100 101000

Color Harmonies of #BE7D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7D10

Black with #BE7D10

Text Example


Text Example

White with #BE7D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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