Html Css Color HEX #BE8D0F Dark Goldenrod

📋 copy color: '#BE8D0F'

red 190 ◦ green 141 ◦ blue 15

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

Shades of Dark Goldenrod #BE8D0F

Tints of Dark Goldenrod #BE8D0F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.75%

 BLUE value IS 15 (6.25% from 255) = 4.34%

R = 54.91%
G = 40.75%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE8D0F (or 0xBE8D0F) is known color: Dark Goldenrod. HEX triplet: BE, 8D and 0F. RGB value is (190,141,15). Sum of RGB (Red+Green+Blue) = 190+141+15=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8D0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8D0F is #4172F0. Grayscale: #8D8D8D. Windows color (decimal): -4289265 or 1019326. OLE color: 1019326.

HSL color Cylindrical-coordinate representation of color #BE8D0F: hue angle of 43.2º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE8D0F is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 141 15 -
CMYK 0 0.26 0.92 0.25
HSL 43.2º 0.85% 0.4% -
HSV(B) 43.2º 0.92% 0.75% -
XYZ 30.85 30.03 4.62 -
YUV 141.29 56.73 162.75 -
System Red Green Blue C M Y K H S L
Decimal 190 141 15 0 0.26 0.92 0.25 43.2 0.85 0.4
Hex BE 8D F 0 1A 5C 19 2B 55 28
Octal 276 215 17 0 32 134 31 53 125 50
Binary 10111110 10001101 1111 0 11010 1011100 11001 101011 1010101 101000

Color Harmonies of #BE8D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8D0F

Black with #BE8D0F

Text Example


Text Example

White with #BE8D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8D0F; }

 p { color: rgb(190,141,15); }

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

background-color css

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

 a { background-color: rgb(190,141,15); }

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

border-color css

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

 span { border-color: rgb(190,141,15); }

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