Html Css Color HEX #BE8601 Dark Goldenrod

📋 copy color: '#BE8601'

red 190 ◦ green 134 ◦ blue 1

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

Shades of Dark Goldenrod #BE8601

Tints of Dark Goldenrod #BE8601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 58.46%
G = 41.23%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE8601 (or 0xBE8601) is known color: Dark Goldenrod. HEX triplet: BE, 86 and 01. RGB value is (190,134,1). Sum of RGB (Red+Green+Blue) = 190+134+1=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8601 is #4179FE. Grayscale: #888888. Windows color (decimal): -4291071 or 100030. OLE color: 100030.

HSL color Cylindrical-coordinate representation of color #BE8601: hue angle of 42.22º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE8601 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 134 1 -
CMYK 0 0.29 0.99 0.25
HSL 42.22º 0.99% 0.37% -
HSV(B) 42.22º 0.99% 0.75% -
XYZ 29.77 28 3.86 -
YUV 135.58 52.05 166.81 -
System Red Green Blue C M Y K H S L
Decimal 190 134 1 0 0.29 0.99 0.25 42.22 0.99 0.37
Hex BE 86 1 0 1D 63 19 2A 63 25
Octal 276 206 1 0 35 143 31 52 143 45
Binary 10111110 10000110 1 0 11101 1100011 11001 101010 1100011 100101

Color Harmonies of #BE8601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8601

Black with #BE8601

Text Example


Text Example

White with #BE8601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8601; }

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

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

background-color css

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

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

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

border-color css

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

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

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