Html Css Color HEX #BE8502 Dark Goldenrod

📋 copy color: '#BE8502'

red 190 ◦ green 133 ◦ blue 2

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

Shades of Dark Goldenrod #BE8502

Tints of Dark Goldenrod #BE8502

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.92%

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 58.46%
G = 40.92%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE8502 (or 0xBE8502) is known color: Dark Goldenrod. HEX triplet: BE, 85 and 02. RGB value is (190,133,2). Sum of RGB (Red+Green+Blue) = 190+133+2=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8502 is #417AFD. Grayscale: #878787. Windows color (decimal): -4291326 or 165310. OLE color: 165310.

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

Color convert

RGB 190 133 2 -
CMYK 0 0.3 0.99 0.25
HSL 41.81º 0.98% 0.38% -
HSV(B) 41.81º 0.99% 0.75% -
XYZ 29.63 27.73 3.85 -
YUV 135.11 52.88 167.15 -
System Red Green Blue C M Y K H S L
Decimal 190 133 2 0 0.3 0.99 0.25 41.81 0.98 0.38
Hex BE 85 2 0 1E 63 19 2A 62 26
Octal 276 205 2 0 36 143 31 52 142 46
Binary 10111110 10000101 10 0 11110 1100011 11001 101010 1100010 100110

Color Harmonies of #BE8502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8502

Black with #BE8502

Text Example


Text Example

White with #BE8502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8502; }

 p { color: rgb(190,133,2); }

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

background-color css

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

 a { background-color: rgb(190,133,2); }

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

border-color css

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

 span { border-color: rgb(190,133,2); }

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