Html Css Color HEX #BE8D14 Dark Goldenrod

📋 copy color: '#BE8D14'

red 190 ◦ green 141 ◦ blue 20

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

Shades of Dark Goldenrod #BE8D14

Tints of Dark Goldenrod #BE8D14

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.17%

 BLUE value IS 20 (8.2% from 255) = 5.7%

R = 54.13%
G = 40.17%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE8D14 (or 0xBE8D14) is known color: Dark Goldenrod. HEX triplet: BE, 8D and 14. RGB value is (190,141,20). Sum of RGB (Red+Green+Blue) = 190+141+20=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8D14 is #4172EB. Grayscale: #8E8E8E. Windows color (decimal): -4289260 or 1347006. OLE color: 1347006.

HSL color Cylindrical-coordinate representation of color #BE8D14: hue angle of 42.71º degrees, saturation: 0.81, 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 #BE8D14 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 141 20 -
CMYK 0 0.26 0.89 0.25
HSL 42.71º 0.81% 0.41% -
HSV(B) 42.71º 0.89% 0.75% -
XYZ 30.89 30.05 4.83 -
YUV 141.86 59.23 162.34 -
System Red Green Blue C M Y K H S L
Decimal 190 141 20 0 0.26 0.89 0.25 42.71 0.81 0.41
Hex BE 8D 14 0 1A 59 19 2B 51 29
Octal 276 215 24 0 32 131 31 53 121 51
Binary 10111110 10001101 10100 0 11010 1011001 11001 101011 1010001 101001

Color Harmonies of #BE8D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8D14

Black with #BE8D14

Text Example


Text Example

White with #BE8D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8D14; }

 p { color: rgb(190,141,20); }

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

background-color css

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

 a { background-color: rgb(190,141,20); }

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

border-color css

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

 span { border-color: rgb(190,141,20); }

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