Html Css Color HEX #BE8304 Dark Goldenrod

📋 copy color: '#BE8304'

red 190 ◦ green 131 ◦ blue 4

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

Shades of Dark Goldenrod #BE8304

Tints of Dark Goldenrod #BE8304

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.31%

 BLUE value IS 4 (1.95% from 255) = 1.23%

R = 58.46%
G = 40.31%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BE8304 (or 0xBE8304) is known color: Dark Goldenrod. HEX triplet: BE, 83 and 04. RGB value is (190,131,4). Sum of RGB (Red+Green+Blue) = 190+131+4=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8304 is #417CFB. Grayscale: #868686. Windows color (decimal): -4291836 or 295870. OLE color: 295870.

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

Color convert

RGB 190 131 4 -
CMYK 0 0.31 0.98 0.25
HSL 40.97º 0.96% 0.38% -
HSV(B) 40.97º 0.98% 0.75% -
XYZ 29.37 27.19 3.81 -
YUV 134.16 54.55 167.83 -
System Red Green Blue C M Y K H S L
Decimal 190 131 4 0 0.31 0.98 0.25 40.97 0.96 0.38
Hex BE 83 4 0 1F 62 19 29 60 26
Octal 276 203 4 0 37 142 31 51 140 46
Binary 10111110 10000011 100 0 11111 1100010 11001 101001 1100000 100110

Color Harmonies of #BE8304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8304

Black with #BE8304

Text Example


Text Example

White with #BE8304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8304; }

 p { color: rgb(190,131,4); }

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

background-color css

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

 a { background-color: rgb(190,131,4); }

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

border-color css

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

 span { border-color: rgb(190,131,4); }

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