Html Css Color HEX #BE8814 Dark Goldenrod

📋 copy color: '#BE8814'

red 190 ◦ green 136 ◦ blue 20

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

Shades of Dark Goldenrod #BE8814

Tints of Dark Goldenrod #BE8814

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.31%

 BLUE value IS 20 (8.2% from 255) = 5.78%

R = 54.91%
G = 39.31%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BE8814 (or 0xBE8814) is known color: Dark Goldenrod. HEX triplet: BE, 88 and 14. RGB value is (190,136,20). Sum of RGB (Red+Green+Blue) = 190+136+20=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8814 is #4177EB. Grayscale: #8B8B8B. Windows color (decimal): -4290540 or 1345726. OLE color: 1345726.

HSL color Cylindrical-coordinate representation of color #BE8814: hue angle of 40.94º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE8814 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 136 20 -
CMYK 0 0.28 0.89 0.25
HSL 40.94º 0.81% 0.41% -
HSV(B) 40.94º 0.89% 0.75% -
XYZ 30.17 28.61 4.59 -
YUV 138.92 60.89 164.43 -
System Red Green Blue C M Y K H S L
Decimal 190 136 20 0 0.28 0.89 0.25 40.94 0.81 0.41
Hex BE 88 14 0 1C 59 19 29 51 29
Octal 276 210 24 0 34 131 31 51 121 51
Binary 10111110 10001000 10100 0 11100 1011001 11001 101001 1010001 101001

Color Harmonies of #BE8814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8814

Black with #BE8814

Text Example


Text Example

White with #BE8814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8814; }

 p { color: rgb(190,136,20); }

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

background-color css

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

 a { background-color: rgb(190,136,20); }

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

border-color css

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

 span { border-color: rgb(190,136,20); }

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