Html Css Color HEX #BE7407 Dark Goldenrod

📋 copy color: '#BE7407'

red 190 ◦ green 116 ◦ blue 7

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

Shades of Dark Goldenrod #BE7407

Tints of Dark Goldenrod #BE7407

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.06%

 BLUE value IS 7 (3.13% from 255) = 2.24%

R = 60.7%
G = 37.06%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE7407 (or 0xBE7407) is known color: Dark Goldenrod. HEX triplet: BE, 74 and 07. RGB value is (190,116,7). Sum of RGB (Red+Green+Blue) = 190+116+7=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 7 (3.12% from 255 or 2.24% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7407 is #418BF8. Grayscale: #7E7E7E. Windows color (decimal): -4295673 or 488638. OLE color: 488638.

HSL color Cylindrical-coordinate representation of color #BE7407: hue angle of 35.74º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE7407 is Cyan = 0, Magento = 0.39, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 116 7 -
CMYK 0 0.39 0.96 0.25
HSL 35.74º 0.93% 0.39% -
HSV(B) 35.74º 0.96% 0.75% -
XYZ 27.52 23.45 3.28 -
YUV 125.7 61.02 173.86 -
System Red Green Blue C M Y K H S L
Decimal 190 116 7 0 0.39 0.96 0.25 35.74 0.93 0.39
Hex BE 74 7 0 27 60 19 24 5D 27
Octal 276 164 7 0 47 140 31 44 135 47
Binary 10111110 1110100 111 0 100111 1100000 11001 100100 1011101 100111

Color Harmonies of #BE7407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7407

Black with #BE7407

Text Example


Text Example

White with #BE7407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7407; }

 p { color: rgb(190,116,7); }

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

background-color css

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

 a { background-color: rgb(190,116,7); }

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

border-color css

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

 span { border-color: rgb(190,116,7); }

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