Html Css Color HEX #BE910E Dark Goldenrod

📋 copy color: '#BE910E'

red 190 ◦ green 145 ◦ blue 14

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

Shades of Dark Goldenrod #BE910E

Tints of Dark Goldenrod #BE910E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.55%

 BLUE value IS 14 (5.86% from 255) = 4.01%

R = 54.44%
G = 41.55%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE910E (or 0xBE910E) is known color: Dark Goldenrod. HEX triplet: BE, 91 and 0E. RGB value is (190,145,14). Sum of RGB (Red+Green+Blue) = 190+145+14=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE910E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE910E is #416EF1. Grayscale: #909090. Windows color (decimal): -4288242 or 954814. OLE color: 954814.

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

Color convert

RGB 190 145 14 -
CMYK 0 0.24 0.93 0.25
HSL 44.66º 0.86% 0.4% -
HSV(B) 44.66º 0.93% 0.75% -
XYZ 31.44 31.23 4.79 -
YUV 143.52 54.91 161.15 -
System Red Green Blue C M Y K H S L
Decimal 190 145 14 0 0.24 0.93 0.25 44.66 0.86 0.4
Hex BE 91 E 0 18 5D 19 2D 56 28
Octal 276 221 16 0 30 135 31 55 126 50
Binary 10111110 10010001 1110 0 11000 1011101 11001 101101 1010110 101000

Color Harmonies of #BE910E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE910E

Black with #BE910E

Text Example


Text Example

White with #BE910E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE910E; }

 p { color: rgb(190,145,14); }

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

background-color css

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

 a { background-color: rgb(190,145,14); }

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

border-color css

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

 span { border-color: rgb(190,145,14); }

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