Html Css Color HEX #BE9006 Dark Goldenrod

📋 copy color: '#BE9006'

red 190 ◦ green 144 ◦ blue 6

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

Shades of Dark Goldenrod #BE9006

Tints of Dark Goldenrod #BE9006

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.35%

 BLUE value IS 6 (2.73% from 255) = 1.76%

R = 55.88%
G = 42.35%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BE9006 (or 0xBE9006) is known color: Dark Goldenrod. HEX triplet: BE, 90 and 06. RGB value is (190,144,6). Sum of RGB (Red+Green+Blue) = 190+144+6=340 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.88% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 6 (2.73% from 255 or 1.76% from 340); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9006 is #416FF9. Grayscale: #8E8E8E. Windows color (decimal): -4288506 or 430270. OLE color: 430270.

HSL color Cylindrical-coordinate representation of color #BE9006: hue angle of 45º degrees, saturation: 0.94, 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 #BE9006 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 144 6 -
CMYK 0 0.24 0.97 0.25
HSL 45º 0.94% 0.38% -
HSV(B) 45º 0.97% 0.75% -
XYZ 31.24 30.91 4.49 -
YUV 142.02 51.24 162.22 -
System Red Green Blue C M Y K H S L
Decimal 190 144 6 0 0.24 0.97 0.25 45 0.94 0.38
Hex BE 90 6 0 18 61 19 2D 5E 26
Octal 276 220 6 0 30 141 31 55 136 46
Binary 10111110 10010000 110 0 11000 1100001 11001 101101 1011110 100110

Color Harmonies of #BE9006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9006

Black with #BE9006

Text Example


Text Example

White with #BE9006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9006; }

 p { color: rgb(190,144,6); }

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

background-color css

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

 a { background-color: rgb(190,144,6); }

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

border-color css

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

 span { border-color: rgb(190,144,6); }

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