Html Css Color HEX #BE8616 Dark Goldenrod

📋 copy color: '#BE8616'

red 190 ◦ green 134 ◦ blue 22

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

Shades of Dark Goldenrod #BE8616

Tints of Dark Goldenrod #BE8616

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.73%

 BLUE value IS 22 (8.98% from 255) = 6.36%

R = 54.91%
G = 38.73%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BE8616 (or 0xBE8616) is known color: Dark Goldenrod. HEX triplet: BE, 86 and 16. RGB value is (190,134,22). Sum of RGB (Red+Green+Blue) = 190+134+22=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8616 is #4179E9. Grayscale: #8A8A8A. Windows color (decimal): -4291050 or 1476286. OLE color: 1476286.

HSL color Cylindrical-coordinate representation of color #BE8616: hue angle of 40º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE8616 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 134 22 -
CMYK 0 0.29 0.88 0.25
HSL 40º 0.79% 0.42% -
HSV(B) 40º 0.88% 0.75% -
XYZ 29.91 28.06 4.6 -
YUV 137.98 62.55 165.11 -
System Red Green Blue C M Y K H S L
Decimal 190 134 22 0 0.29 0.88 0.25 40 0.79 0.42
Hex BE 86 16 0 1D 58 19 28 4F 2A
Octal 276 206 26 0 35 130 31 50 117 52
Binary 10111110 10000110 10110 0 11101 1011000 11001 101000 1001111 101010

Color Harmonies of #BE8616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8616

Black with #BE8616

Text Example


Text Example

White with #BE8616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8616; }

 p { color: rgb(190,134,22); }

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

background-color css

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

 a { background-color: rgb(190,134,22); }

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

border-color css

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

 span { border-color: rgb(190,134,22); }

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