Html Css Color HEX #BE9013 Dark Goldenrod

📋 copy color: '#BE9013'

red 190 ◦ green 144 ◦ blue 19

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

Shades of Dark Goldenrod #BE9013

Tints of Dark Goldenrod #BE9013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.38%

R = 53.82%
G = 40.79%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BE9013 (or 0xBE9013) is known color: Dark Goldenrod. HEX triplet: BE, 90 and 13. RGB value is (190,144,19). Sum of RGB (Red+Green+Blue) = 190+144+19=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9013 is #416FEC. Grayscale: #909090. Windows color (decimal): -4288493 or 1282238. OLE color: 1282238.

HSL color Cylindrical-coordinate representation of color #BE9013: hue angle of 43.86º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE9013 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 144 19 -
CMYK 0 0.24 0.90 0.25
HSL 43.86º 0.82% 0.41% -
HSV(B) 43.86º 0.9% 0.75% -
XYZ 31.33 30.94 4.94 -
YUV 143.5 57.74 161.16 -
System Red Green Blue C M Y K H S L
Decimal 190 144 19 0 0.24 0.90 0.25 43.86 0.82 0.41
Hex BE 90 13 0 18 5A 19 2C 52 29
Octal 276 220 23 0 30 132 31 54 122 51
Binary 10111110 10010000 10011 0 11000 1011010 11001 101100 1010010 101001

Color Harmonies of #BE9013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9013

Black with #BE9013

Text Example


Text Example

White with #BE9013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9013; }

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

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

background-color css

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

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

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

border-color css

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

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

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