Html Css Color HEX #BE7D0D Dark Goldenrod

📋 copy color: '#BE7D0D'

red 190 ◦ green 125 ◦ blue 13

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

Shades of Dark Goldenrod #BE7D0D

Tints of Dark Goldenrod #BE7D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.96%

R = 57.93%
G = 38.11%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE7D0D (or 0xBE7D0D) is known color: Dark Goldenrod. HEX triplet: BE, 7D and 0D. RGB value is (190,125,13). Sum of RGB (Red+Green+Blue) = 190+125+13=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7D0D is #4182F2. Grayscale: #848484. Windows color (decimal): -4293363 or 884158. OLE color: 884158.

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

Color convert

RGB 190 125 13 -
CMYK 0 0.34 0.93 0.25
HSL 37.97º 0.87% 0.4% -
HSV(B) 37.97º 0.93% 0.75% -
XYZ 28.64 25.64 3.82 -
YUV 131.67 61.03 169.61 -
System Red Green Blue C M Y K H S L
Decimal 190 125 13 0 0.34 0.93 0.25 37.97 0.87 0.4
Hex BE 7D D 0 22 5D 19 26 57 28
Octal 276 175 15 0 42 135 31 46 127 50
Binary 10111110 1111101 1101 0 100010 1011101 11001 100110 1010111 101000

Color Harmonies of #BE7D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7D0D

Black with #BE7D0D

Text Example


Text Example

White with #BE7D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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