Html Css Color HEX #BE860E Dark Goldenrod

📋 copy color: '#BE860E'

red 190 ◦ green 134 ◦ blue 14

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

Shades of Dark Goldenrod #BE860E

Tints of Dark Goldenrod #BE860E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.64%

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

R = 56.21%
G = 39.64%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE860E (or 0xBE860E) is known color: Dark Goldenrod. HEX triplet: BE, 86 and 0E. RGB value is (190,134,14). Sum of RGB (Red+Green+Blue) = 190+134+14=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE860E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE860E is #4179F1. Grayscale: #898989. Windows color (decimal): -4291058 or 951998. OLE color: 951998.

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

Color convert

RGB 190 134 14 -
CMYK 0 0.29 0.93 0.25
HSL 40.91º 0.86% 0.4% -
HSV(B) 40.91º 0.93% 0.75% -
XYZ 29.84 28.03 4.25 -
YUV 137.06 58.55 165.76 -
System Red Green Blue C M Y K H S L
Decimal 190 134 14 0 0.29 0.93 0.25 40.91 0.86 0.4
Hex BE 86 E 0 1D 5D 19 29 56 28
Octal 276 206 16 0 35 135 31 51 126 50
Binary 10111110 10000110 1110 0 11101 1011101 11001 101001 1010110 101000

Color Harmonies of #BE860E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE860E

Black with #BE860E

Text Example


Text Example

White with #BE860E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE860E; }

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

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

background-color css

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

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

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

border-color css

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

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

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