Html Css Color HEX #BE9305 Dark Goldenrod

📋 copy color: '#BE9305'

red 190 ◦ green 147 ◦ blue 5

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

Shades of Dark Goldenrod #BE9305

Tints of Dark Goldenrod #BE9305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.46%

R = 55.56%
G = 42.98%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BE9305 (or 0xBE9305) is known color: Dark Goldenrod. HEX triplet: BE, 93 and 05. RGB value is (190,147,5). Sum of RGB (Red+Green+Blue) = 190+147+5=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 5 (2.34% from 255 or 1.46% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9305 is #416CFA. Grayscale: #909090. Windows color (decimal): -4287739 or 365502. OLE color: 365502.

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

Color convert

RGB 190 147 5 -
CMYK 0 0.23 0.97 0.25
HSL 46.05º 0.95% 0.38% -
HSV(B) 46.05º 0.97% 0.75% -
XYZ 31.7 31.83 4.62 -
YUV 143.67 49.75 161.05 -
System Red Green Blue C M Y K H S L
Decimal 190 147 5 0 0.23 0.97 0.25 46.05 0.95 0.38
Hex BE 93 5 0 17 61 19 2E 5F 26
Octal 276 223 5 0 27 141 31 56 137 46
Binary 10111110 10010011 101 0 10111 1100001 11001 101110 1011111 100110

Color Harmonies of #BE9305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9305

Black with #BE9305

Text Example


Text Example

White with #BE9305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9305; }

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

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

background-color css

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

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

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

border-color css

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

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

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