Html Css Color HEX #BE8504 Dark Goldenrod

📋 copy color: '#BE8504'

red 190 ◦ green 133 ◦ blue 4

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

Shades of Dark Goldenrod #BE8504

Tints of Dark Goldenrod #BE8504

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.67%

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

R = 58.1%
G = 40.67%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BE8504 (or 0xBE8504) is known color: Dark Goldenrod. HEX triplet: BE, 85 and 04. RGB value is (190,133,4). Sum of RGB (Red+Green+Blue) = 190+133+4=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8504 is #417AFB. Grayscale: #878787. Windows color (decimal): -4291324 or 296382. OLE color: 296382.

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

Color convert

RGB 190 133 4 -
CMYK 0 0.3 0.98 0.25
HSL 41.61º 0.96% 0.38% -
HSV(B) 41.61º 0.98% 0.75% -
XYZ 29.64 27.73 3.91 -
YUV 135.34 53.88 166.99 -
System Red Green Blue C M Y K H S L
Decimal 190 133 4 0 0.3 0.98 0.25 41.61 0.96 0.38
Hex BE 85 4 0 1E 62 19 2A 60 26
Octal 276 205 4 0 36 142 31 52 140 46
Binary 10111110 10000101 100 0 11110 1100010 11001 101010 1100000 100110

Color Harmonies of #BE8504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8504

Black with #BE8504

Text Example


Text Example

White with #BE8504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8504; }

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

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

background-color css

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

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

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

border-color css

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

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

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