Html Css Color HEX #BE7D13 Dark Goldenrod

📋 copy color: '#BE7D13'

red 190 ◦ green 125 ◦ blue 19

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

Shades of Dark Goldenrod #BE7D13

Tints of Dark Goldenrod #BE7D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.69%

R = 56.89%
G = 37.43%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BE7D13 (or 0xBE7D13) is known color: Dark Goldenrod. HEX triplet: BE, 7D and 13. RGB value is (190,125,19). Sum of RGB (Red+Green+Blue) = 190+125+19=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7D13 is #4182EC. Grayscale: #848484. Windows color (decimal): -4293357 or 1277374. OLE color: 1277374.

HSL color Cylindrical-coordinate representation of color #BE7D13: hue angle of 37.19º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE7D13 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 125 19 -
CMYK 0 0.34 0.90 0.25
HSL 37.19º 0.82% 0.41% -
HSV(B) 37.19º 0.9% 0.75% -
XYZ 28.69 25.66 4.06 -
YUV 132.35 64.03 169.12 -
System Red Green Blue C M Y K H S L
Decimal 190 125 19 0 0.34 0.90 0.25 37.19 0.82 0.41
Hex BE 7D 13 0 22 5A 19 25 52 29
Octal 276 175 23 0 42 132 31 45 122 51
Binary 10111110 1111101 10011 0 100010 1011010 11001 100101 1010010 101001

Color Harmonies of #BE7D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7D13

Black with #BE7D13

Text Example


Text Example

White with #BE7D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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