Html Css Color HEX #BE8102 Dark Goldenrod

📋 copy color: '#BE8102'

red 190 ◦ green 129 ◦ blue 2

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

Shades of Dark Goldenrod #BE8102

Tints of Dark Goldenrod #BE8102

RGB

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

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

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

R = 59.19%
G = 40.19%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE8102 (or 0xBE8102) is known color: Dark Goldenrod. HEX triplet: BE, 81 and 02. RGB value is (190,129,2). Sum of RGB (Red+Green+Blue) = 190+129+2=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8102 is #417EFD. Grayscale: #858585. Windows color (decimal): -4292350 or 164286. OLE color: 164286.

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

Color convert

RGB 190 129 2 -
CMYK 0 0.32 0.99 0.25
HSL 40.53º 0.98% 0.38% -
HSV(B) 40.53º 0.99% 0.75% -
XYZ 29.1 26.65 3.67 -
YUV 132.76 54.21 168.83 -
System Red Green Blue C M Y K H S L
Decimal 190 129 2 0 0.32 0.99 0.25 40.53 0.98 0.38
Hex BE 81 2 0 20 63 19 29 62 26
Octal 276 201 2 0 40 143 31 51 142 46
Binary 10111110 10000001 10 0 100000 1100011 11001 101001 1100010 100110

Color Harmonies of #BE8102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8102

Black with #BE8102

Text Example


Text Example

White with #BE8102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8102; }

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

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

background-color css

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

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

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

border-color css

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

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

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