Html Css Color HEX #BE7F0E Dark Goldenrod

📋 copy color: '#BE7F0E'

red 190 ◦ green 127 ◦ blue 14

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

Shades of Dark Goldenrod #BE7F0E

Tints of Dark Goldenrod #BE7F0E

RGB

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

 GREEN value IS 127 (50% from 255) = 38.37%

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

R = 57.4%
G = 38.37%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE7F0E (or 0xBE7F0E) is known color: Dark Goldenrod. HEX triplet: BE, 7F and 0E. RGB value is (190,127,14). Sum of RGB (Red+Green+Blue) = 190+127+14=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 127 (50% from 255 or 38.37% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7F0E is #4180F1. Grayscale: #858585. Windows color (decimal): -4292850 or 950206. OLE color: 950206.

HSL color Cylindrical-coordinate representation of color #BE7F0E: hue angle of 38.52º 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 #BE7F0E is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 127 14 -
CMYK 0 0.33 0.93 0.25
HSL 38.52º 0.86% 0.4% -
HSV(B) 38.52º 0.93% 0.75% -
XYZ 28.9 26.16 3.94 -
YUV 132.96 60.87 168.69 -
System Red Green Blue C M Y K H S L
Decimal 190 127 14 0 0.33 0.93 0.25 38.52 0.86 0.4
Hex BE 7F E 0 21 5D 19 27 56 28
Octal 276 177 16 0 41 135 31 47 126 50
Binary 10111110 1111111 1110 0 100001 1011101 11001 100111 1010110 101000

Color Harmonies of #BE7F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7F0E

Black with #BE7F0E

Text Example


Text Example

White with #BE7F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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