Html Css Color HEX #BE8100 Dark Goldenrod

📋 copy color: '#BE8100'

red 190 ◦ green 129 ◦ blue 0

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

Shades of Dark Goldenrod #BE8100

Tints of Dark Goldenrod #BE8100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.56%
G = 40.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BE8100 (or 0xBE8100) is known color: Dark Goldenrod. HEX triplet: BE, 81 and 00. RGB value is (190,129,0). Sum of RGB (Red+Green+Blue) = 190+129+0=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8100 is #417EFF. Grayscale: #858585. Windows color (decimal): -4292352 or 33214. OLE color: 33214.

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

Color convert

RGB 190 129 0 -
CMYK 0 0.32 1 0.25
HSL 40.74º 1% 0.37% -
HSV(B) 40.74º 1% 0.75% -
XYZ 29.09 26.65 3.61 -
YUV 132.53 53.21 168.99 -
System Red Green Blue C M Y K H S L
Decimal 190 129 0 0 0.32 1 0.25 40.74 1 0.37
Hex BE 81 0 0 20 64 19 29 64 25
Octal 276 201 0 0 40 144 31 51 144 45
Binary 10111110 10000001 0 0 100000 1100100 11001 101001 1100100 100101

Color Harmonies of #BE8100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8100

Black with #BE8100

Text Example


Text Example

White with #BE8100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8100; }

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

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

background-color css

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

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

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

border-color css

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

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

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