Html Css Color HEX #BE9002 Dark Goldenrod

📋 copy color: '#BE9002'

red 190 ◦ green 144 ◦ blue 2

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

Shades of Dark Goldenrod #BE9002

Tints of Dark Goldenrod #BE9002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 56.55%
G = 42.86%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE9002 (or 0xBE9002) is known color: Dark Goldenrod. HEX triplet: BE, 90 and 02. RGB value is (190,144,2). Sum of RGB (Red+Green+Blue) = 190+144+2=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 2 (1.17% from 255 or 0.60% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9002 is #416FFD. Grayscale: #8E8E8E. Windows color (decimal): -4288510 or 168126. OLE color: 168126.

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

Color convert

RGB 190 144 2 -
CMYK 0 0.24 0.99 0.25
HSL 45.32º 0.98% 0.38% -
HSV(B) 45.32º 0.99% 0.75% -
XYZ 31.22 30.9 4.38 -
YUV 141.57 49.24 162.55 -
System Red Green Blue C M Y K H S L
Decimal 190 144 2 0 0.24 0.99 0.25 45.32 0.98 0.38
Hex BE 90 2 0 18 63 19 2D 62 26
Octal 276 220 2 0 30 143 31 55 142 46
Binary 10111110 10010000 10 0 11000 1100011 11001 101101 1100010 100110

Color Harmonies of #BE9002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9002

Black with #BE9002

Text Example


Text Example

White with #BE9002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9002; }

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

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

background-color css

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

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

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

border-color css

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

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

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