Html Css Color HEX #BE8D01 Dark Goldenrod

📋 copy color: '#BE8D01'

red 190 ◦ green 141 ◦ blue 1

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

Shades of Dark Goldenrod #BE8D01

Tints of Dark Goldenrod #BE8D01

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.47%

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

R = 57.23%
G = 42.47%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE8D01 (or 0xBE8D01) is known color: Dark Goldenrod. HEX triplet: BE, 8D and 01. RGB value is (190,141,1). Sum of RGB (Red+Green+Blue) = 190+141+1=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8D01 is #4172FE. Grayscale: #8C8C8C. Windows color (decimal): -4289279 or 101822. OLE color: 101822.

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

Color convert

RGB 190 141 1 -
CMYK 0 0.26 0.99 0.25
HSL 44.44º 0.99% 0.37% -
HSV(B) 44.44º 0.99% 0.75% -
XYZ 30.77 30 4.2 -
YUV 139.69 49.73 163.88 -
System Red Green Blue C M Y K H S L
Decimal 190 141 1 0 0.26 0.99 0.25 44.44 0.99 0.37
Hex BE 8D 1 0 1A 63 19 2C 63 25
Octal 276 215 1 0 32 143 31 54 143 45
Binary 10111110 10001101 1 0 11010 1100011 11001 101100 1100011 100101

Color Harmonies of #BE8D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8D01

Black with #BE8D01

Text Example


Text Example

White with #BE8D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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