Html Css Color HEX #BE9505 Dark Goldenrod

📋 copy color: '#BE9505'

red 190 ◦ green 149 ◦ blue 5

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

Shades of Dark Goldenrod #BE9505

Tints of Dark Goldenrod #BE9505

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.31%

 BLUE value IS 5 (2.34% from 255) = 1.45%

R = 55.23%
G = 43.31%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BE9505 (or 0xBE9505) is known color: Dark Goldenrod. HEX triplet: BE, 95 and 05. RGB value is (190,149,5). Sum of RGB (Red+Green+Blue) = 190+149+5=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 5 (2.34% from 255 or 1.45% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9505 is #416AFA. Grayscale: #919191. Windows color (decimal): -4287227 or 366014. OLE color: 366014.

HSL color Cylindrical-coordinate representation of color #BE9505: hue angle of 46.7º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE9505 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 149 5 -
CMYK 0 0.22 0.97 0.25
HSL 46.7º 0.95% 0.38% -
HSV(B) 46.7º 0.97% 0.75% -
XYZ 32.01 32.45 4.72 -
YUV 144.84 49.08 160.21 -
System Red Green Blue C M Y K H S L
Decimal 190 149 5 0 0.22 0.97 0.25 46.7 0.95 0.38
Hex BE 95 5 0 16 61 19 2F 5F 26
Octal 276 225 5 0 26 141 31 57 137 46
Binary 10111110 10010101 101 0 10110 1100001 11001 101111 1011111 100110

Color Harmonies of #BE9505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9505

Black with #BE9505

Text Example


Text Example

White with #BE9505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9505; }

 p { color: rgb(190,149,5); }

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

background-color css

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

 a { background-color: rgb(190,149,5); }

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

border-color css

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

 span { border-color: rgb(190,149,5); }

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