Html Css Color HEX #BE7D0A Dark Goldenrod

📋 copy color: '#BE7D0A'

red 190 ◦ green 125 ◦ blue 10

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

Shades of Dark Goldenrod #BE7D0A

Tints of Dark Goldenrod #BE7D0A

RGB

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

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

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

R = 58.46%
G = 38.46%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BE7D0A (or 0xBE7D0A) is known color: Dark Goldenrod. HEX triplet: BE, 7D and 0A. RGB value is (190,125,10). Sum of RGB (Red+Green+Blue) = 190+125+10=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7D0A is #4182F5. Grayscale: #838383. Windows color (decimal): -4293366 or 687550. OLE color: 687550.

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

Color convert

RGB 190 125 10 -
CMYK 0 0.34 0.95 0.25
HSL 38.33º 0.9% 0.39% -
HSV(B) 38.33º 0.95% 0.75% -
XYZ 28.62 25.64 3.73 -
YUV 131.33 59.53 169.85 -
System Red Green Blue C M Y K H S L
Decimal 190 125 10 0 0.34 0.95 0.25 38.33 0.9 0.39
Hex BE 7D A 0 22 5F 19 26 5A 27
Octal 276 175 12 0 42 137 31 46 132 47
Binary 10111110 1111101 1010 0 100010 1011111 11001 100110 1011010 100111

Color Harmonies of #BE7D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7D0A

Black with #BE7D0A

Text Example


Text Example

White with #BE7D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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