Html Css Color HEX #BE9407 Dark Goldenrod

📋 copy color: '#BE9407'

red 190 ◦ green 148 ◦ blue 7

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

Shades of Dark Goldenrod #BE9407

Tints of Dark Goldenrod #BE9407

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.9%

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

R = 55.07%
G = 42.9%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE9407 (or 0xBE9407) is known color: Dark Goldenrod. HEX triplet: BE, 94 and 07. RGB value is (190,148,7). Sum of RGB (Red+Green+Blue) = 190+148+7=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 7 (3.12% from 255 or 2.03% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9407 is #416BF8. Grayscale: #919191. Windows color (decimal): -4287481 or 496830. OLE color: 496830.

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

Color convert

RGB 190 148 7 -
CMYK 0 0.22 0.96 0.25
HSL 46.23º 0.93% 0.39% -
HSV(B) 46.23º 0.96% 0.75% -
XYZ 31.86 32.14 4.73 -
YUV 144.48 50.41 160.46 -
System Red Green Blue C M Y K H S L
Decimal 190 148 7 0 0.22 0.96 0.25 46.23 0.93 0.39
Hex BE 94 7 0 16 60 19 2E 5D 27
Octal 276 224 7 0 26 140 31 56 135 47
Binary 10111110 10010100 111 0 10110 1100000 11001 101110 1011101 100111

Color Harmonies of #BE9407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9407

Black with #BE9407

Text Example


Text Example

White with #BE9407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9407; }

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

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

background-color css

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

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

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

border-color css

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

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

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