Html Css Color HEX #BE7501 Dark Goldenrod

📋 copy color: '#BE7501'

red 190 ◦ green 117 ◦ blue 1

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

Shades of Dark Goldenrod #BE7501

Tints of Dark Goldenrod #BE7501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 61.69%
G = 37.99%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE7501 (or 0xBE7501) is known color: Dark Goldenrod. HEX triplet: BE, 75 and 01. RGB value is (190,117,1). Sum of RGB (Red+Green+Blue) = 190+117+1=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7501 is #418AFE. Grayscale: #7E7E7E. Windows color (decimal): -4295423 or 95678. OLE color: 95678.

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

Color convert

RGB 190 117 1 -
CMYK 0 0.38 0.99 0.25
HSL 36.83º 0.99% 0.37% -
HSV(B) 36.83º 0.99% 0.75% -
XYZ 27.6 23.67 3.14 -
YUV 125.6 57.68 173.93 -
System Red Green Blue C M Y K H S L
Decimal 190 117 1 0 0.38 0.99 0.25 36.83 0.99 0.37
Hex BE 75 1 0 26 63 19 25 63 25
Octal 276 165 1 0 46 143 31 45 143 45
Binary 10111110 1110101 1 0 100110 1100011 11001 100101 1100011 100101

Color Harmonies of #BE7501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7501

Black with #BE7501

Text Example


Text Example

White with #BE7501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7501; }

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

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

background-color css

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

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

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

border-color css

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

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

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