Html Css Color HEX #BE9301 Dark Goldenrod

📋 copy color: '#BE9301'

red 190 ◦ green 147 ◦ blue 1

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

Shades of Dark Goldenrod #BE9301

Tints of Dark Goldenrod #BE9301

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.49%

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

R = 56.21%
G = 43.49%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE9301 (or 0xBE9301) is known color: Dark Goldenrod. HEX triplet: BE, 93 and 01. RGB value is (190,147,1). Sum of RGB (Red+Green+Blue) = 190+147+1=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9301 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9301 is #416CFE. Grayscale: #8F8F8F. Windows color (decimal): -4287743 or 103358. OLE color: 103358.

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

Color convert

RGB 190 147 1 -
CMYK 0 0.23 0.99 0.25
HSL 46.35º 0.99% 0.37% -
HSV(B) 46.35º 0.99% 0.75% -
XYZ 31.67 31.82 4.5 -
YUV 143.21 47.75 161.37 -
System Red Green Blue C M Y K H S L
Decimal 190 147 1 0 0.23 0.99 0.25 46.35 0.99 0.37
Hex BE 93 1 0 17 63 19 2E 63 25
Octal 276 223 1 0 27 143 31 56 143 45
Binary 10111110 10010011 1 0 10111 1100011 11001 101110 1100011 100101

Color Harmonies of #BE9301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9301

Black with #BE9301

Text Example


Text Example

White with #BE9301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9301; }

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

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

background-color css

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

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

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

border-color css

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

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

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