Html Css Color HEX #BE7000 Dark Goldenrod

📋 copy color: '#BE7000'

red 190 ◦ green 112 ◦ blue 0

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

Shades of Dark Goldenrod #BE7000

Tints of Dark Goldenrod #BE7000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.09%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.91%
G = 37.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BE7000 (or 0xBE7000) is known color: Dark Goldenrod. HEX triplet: BE, 70 and 00. RGB value is (190,112,0). Sum of RGB (Red+Green+Blue) = 190+112+0=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7000 is #418FFF. Grayscale: #7B7B7B. Windows color (decimal): -4296704 or 28862. OLE color: 28862.

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

Color convert

RGB 190 112 0 -
CMYK 0 0.41 1 0.25
HSL 35.37º 1% 0.37% -
HSV(B) 35.37º 1% 0.75% -
XYZ 27.03 22.54 2.93 -
YUV 122.55 58.84 176.11 -
System Red Green Blue C M Y K H S L
Decimal 190 112 0 0 0.41 1 0.25 35.37 1 0.37
Hex BE 70 0 0 29 64 19 23 64 25
Octal 276 160 0 0 51 144 31 43 144 45
Binary 10111110 1110000 0 0 101001 1100100 11001 100011 1100100 100101

Color Harmonies of #BE7000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7000

Black with #BE7000

Text Example


Text Example

White with #BE7000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7000; }

 p { color: rgb(190,112,0); }

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

background-color css

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

 a { background-color: rgb(190,112,0); }

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

border-color css

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

 span { border-color: rgb(190,112,0); }

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