Html Css Color HEX #BE810E Dark Goldenrod

📋 copy color: '#BE810E'

red 190 ◦ green 129 ◦ blue 14

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

Shades of Dark Goldenrod #BE810E

Tints of Dark Goldenrod #BE810E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.74%

 BLUE value IS 14 (5.86% from 255) = 4.2%

R = 57.06%
G = 38.74%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE810E (or 0xBE810E) is known color: Dark Goldenrod. HEX triplet: BE, 81 and 0E. RGB value is (190,129,14). Sum of RGB (Red+Green+Blue) = 190+129+14=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE810E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE810E is #417EF1. Grayscale: #868686. Windows color (decimal): -4292338 or 950718. OLE color: 950718.

HSL color Cylindrical-coordinate representation of color #BE810E: hue angle of 39.2º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE810E is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 129 14 -
CMYK 0 0.32 0.93 0.25
HSL 39.2º 0.86% 0.4% -
HSV(B) 39.2º 0.93% 0.75% -
XYZ 29.16 26.68 4.03 -
YUV 134.13 60.21 167.85 -
System Red Green Blue C M Y K H S L
Decimal 190 129 14 0 0.32 0.93 0.25 39.2 0.86 0.4
Hex BE 81 E 0 20 5D 19 27 56 28
Octal 276 201 16 0 40 135 31 47 126 50
Binary 10111110 10000001 1110 0 100000 1011101 11001 100111 1010110 101000

Color Harmonies of #BE810E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE810E

Black with #BE810E

Text Example


Text Example

White with #BE810E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE810E; }

 p { color: rgb(190,129,14); }

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

background-color css

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

 a { background-color: rgb(190,129,14); }

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

border-color css

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

 span { border-color: rgb(190,129,14); }

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