Html Css Color HEX #BE9A02 Dark Goldenrod

📋 copy color: '#BE9A02'

red 190 ◦ green 154 ◦ blue 2

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

Shades of Dark Goldenrod #BE9A02

Tints of Dark Goldenrod #BE9A02

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.51%

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

R = 54.91%
G = 44.51%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE9A02 (or 0xBE9A02) is known color: Dark Goldenrod. HEX triplet: BE, 9A and 02. RGB value is (190,154,2). Sum of RGB (Red+Green+Blue) = 190+154+2=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 154 (60.55% from 255 or 44.51% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9A02 is #4165FD. Grayscale: #949494. Windows color (decimal): -4285950 or 170686. OLE color: 170686.

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

Color convert

RGB 190 154 2 -
CMYK 0 0.19 0.99 0.25
HSL 48.51º 0.98% 0.38% -
HSV(B) 48.51º 0.99% 0.75% -
XYZ 32.8 34.06 4.9 -
YUV 147.44 45.93 158.36 -
System Red Green Blue C M Y K H S L
Decimal 190 154 2 0 0.19 0.99 0.25 48.51 0.98 0.38
Hex BE 9A 2 0 13 63 19 31 62 26
Octal 276 232 2 0 23 143 31 61 142 46
Binary 10111110 10011010 10 0 10011 1100011 11001 110001 1100010 100110

Color Harmonies of #BE9A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A02

Black with #BE9A02

Text Example


Text Example

White with #BE9A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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