Html Css Color HEX #BE7002 Dark Goldenrod

📋 copy color: '#BE7002'

red 190 ◦ green 112 ◦ blue 2

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

Shades of Dark Goldenrod #BE7002

Tints of Dark Goldenrod #BE7002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 62.5%
G = 36.84%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE7002 (or 0xBE7002) is known color: Dark Goldenrod. HEX triplet: BE, 70 and 02. RGB value is (190,112,2). Sum of RGB (Red+Green+Blue) = 190+112+2=304 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.5% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7002 is #418FFD. Grayscale: #7B7B7B. Windows color (decimal): -4296702 or 159934. OLE color: 159934.

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

Color convert

RGB 190 112 2 -
CMYK 0 0.41 0.99 0.25
HSL 35.11º 0.98% 0.38% -
HSV(B) 35.11º 0.99% 0.75% -
XYZ 27.04 22.54 2.98 -
YUV 122.78 59.84 175.94 -
System Red Green Blue C M Y K H S L
Decimal 190 112 2 0 0.41 0.99 0.25 35.11 0.98 0.38
Hex BE 70 2 0 29 63 19 23 62 26
Octal 276 160 2 0 51 143 31 43 142 46
Binary 10111110 1110000 10 0 101001 1100011 11001 100011 1100010 100110

Color Harmonies of #BE7002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7002

Black with #BE7002

Text Example


Text Example

White with #BE7002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7002; }

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

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

background-color css

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

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

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

border-color css

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

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

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