Html Css Color HEX #BE8915 Dark Goldenrod

📋 copy color: '#BE8915'

red 190 ◦ green 137 ◦ blue 21

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

Shades of Dark Goldenrod #BE8915

Tints of Dark Goldenrod #BE8915

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.37%

 BLUE value IS 21 (8.59% from 255) = 6.03%

R = 54.6%
G = 39.37%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE8915 (or 0xBE8915) is known color: Dark Goldenrod. HEX triplet: BE, 89 and 15. RGB value is (190,137,21). Sum of RGB (Red+Green+Blue) = 190+137+21=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8915 is #4176EA. Grayscale: #8C8C8C. Windows color (decimal): -4290283 or 1411518. OLE color: 1411518.

HSL color Cylindrical-coordinate representation of color #BE8915: hue angle of 41.18º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE8915 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 137 21 -
CMYK 0 0.28 0.89 0.25
HSL 41.18º 0.8% 0.41% -
HSV(B) 41.18º 0.89% 0.75% -
XYZ 30.32 28.89 4.69 -
YUV 139.62 61.06 163.93 -
System Red Green Blue C M Y K H S L
Decimal 190 137 21 0 0.28 0.89 0.25 41.18 0.8 0.41
Hex BE 89 15 0 1C 59 19 29 50 29
Octal 276 211 25 0 34 131 31 51 120 51
Binary 10111110 10001001 10101 0 11100 1011001 11001 101001 1010000 101001

Color Harmonies of #BE8915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8915

Black with #BE8915

Text Example


Text Example

White with #BE8915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8915; }

 p { color: rgb(190,137,21); }

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

background-color css

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

 a { background-color: rgb(190,137,21); }

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

border-color css

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

 span { border-color: rgb(190,137,21); }

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