Html Css Color HEX #BE8506 Dark Goldenrod

📋 copy color: '#BE8506'

red 190 ◦ green 133 ◦ blue 6

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

Shades of Dark Goldenrod #BE8506

Tints of Dark Goldenrod #BE8506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.82%

R = 57.75%
G = 40.43%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BE8506 (or 0xBE8506) is known color: Dark Goldenrod. HEX triplet: BE, 85 and 06. RGB value is (190,133,6). Sum of RGB (Red+Green+Blue) = 190+133+6=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 6 (2.73% from 255 or 1.82% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8506 is #417AF9. Grayscale: #888888. Windows color (decimal): -4291322 or 427454. OLE color: 427454.

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

Color convert

RGB 190 133 6 -
CMYK 0 0.3 0.97 0.25
HSL 41.41º 0.94% 0.38% -
HSV(B) 41.41º 0.97% 0.75% -
XYZ 29.66 27.74 3.96 -
YUV 135.57 54.88 166.83 -
System Red Green Blue C M Y K H S L
Decimal 190 133 6 0 0.3 0.97 0.25 41.41 0.94 0.38
Hex BE 85 6 0 1E 61 19 29 5E 26
Octal 276 205 6 0 36 141 31 51 136 46
Binary 10111110 10000101 110 0 11110 1100001 11001 101001 1011110 100110

Color Harmonies of #BE8506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8506

Black with #BE8506

Text Example


Text Example

White with #BE8506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8506; }

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

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

background-color css

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

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

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

border-color css

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

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

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