Html Css Color HEX #BE7902 Dark Goldenrod

📋 copy color: '#BE7902'

red 190 ◦ green 121 ◦ blue 2

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

Shades of Dark Goldenrod #BE7902

Tints of Dark Goldenrod #BE7902

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.66%

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

R = 60.7%
G = 38.66%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE7902 (or 0xBE7902) is known color: Dark Goldenrod. HEX triplet: BE, 79 and 02. RGB value is (190,121,2). Sum of RGB (Red+Green+Blue) = 190+121+2=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7902 is #4186FD. Grayscale: #808080. Windows color (decimal): -4294398 or 162238. OLE color: 162238.

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

Color convert

RGB 190 121 2 -
CMYK 0 0.36 0.99 0.25
HSL 37.98º 0.98% 0.38% -
HSV(B) 37.98º 0.99% 0.75% -
XYZ 28.08 24.63 3.33 -
YUV 128.07 56.86 172.18 -
System Red Green Blue C M Y K H S L
Decimal 190 121 2 0 0.36 0.99 0.25 37.98 0.98 0.38
Hex BE 79 2 0 24 63 19 26 62 26
Octal 276 171 2 0 44 143 31 46 142 46
Binary 10111110 1111001 10 0 100100 1100011 11001 100110 1100010 100110

Color Harmonies of #BE7902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7902

Black with #BE7902

Text Example


Text Example

White with #BE7902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7902; }

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

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

background-color css

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

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

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

border-color css

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

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

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