Html Css Color HEX #BE7500 Dark Goldenrod

📋 copy color: '#BE7500'

red 190 ◦ green 117 ◦ blue 0

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

Shades of Dark Goldenrod #BE7500

Tints of Dark Goldenrod #BE7500

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.11%

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

R = 61.89%
G = 38.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BE7500 (or 0xBE7500) is known color: Dark Goldenrod. HEX triplet: BE, 75 and 00. RGB value is (190,117,0). Sum of RGB (Red+Green+Blue) = 190+117+0=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7500 is #418AFF. Grayscale: #7E7E7E. Windows color (decimal): -4295424 or 30142. OLE color: 30142.

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

Color convert

RGB 190 117 0 -
CMYK 0 0.38 1 0.25
HSL 36.95º 1% 0.37% -
HSV(B) 36.95º 1% 0.75% -
XYZ 27.6 23.67 3.11 -
YUV 125.49 57.18 174.01 -
System Red Green Blue C M Y K H S L
Decimal 190 117 0 0 0.38 1 0.25 36.95 1 0.37
Hex BE 75 0 0 26 64 19 25 64 25
Octal 276 165 0 0 46 144 31 45 144 45
Binary 10111110 1110101 0 0 100110 1100100 11001 100101 1100100 100101

Color Harmonies of #BE7500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7500

Black with #BE7500

Text Example


Text Example

White with #BE7500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7500; }

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

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

background-color css

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

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

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

border-color css

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

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

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