Html Css Color HEX #BE760C Dark Goldenrod

📋 copy color: '#BE760C'

red 190 ◦ green 118 ◦ blue 12

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

Shades of Dark Goldenrod #BE760C

Tints of Dark Goldenrod #BE760C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.88%

 BLUE value IS 12 (5.08% from 255) = 3.75%

R = 59.38%
G = 36.88%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE760C (or 0xBE760C) is known color: Dark Goldenrod. HEX triplet: BE, 76 and 0C. RGB value is (190,118,12). Sum of RGB (Red+Green+Blue) = 190+118+12=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE760C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE760C is #4189F3. Grayscale: #7F7F7F. Windows color (decimal): -4295156 or 816830. OLE color: 816830.

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

Color convert

RGB 190 118 12 -
CMYK 0 0.38 0.94 0.25
HSL 35.73º 0.88% 0.4% -
HSV(B) 35.73º 0.94% 0.75% -
XYZ 27.78 23.93 3.5 -
YUV 127.44 62.85 172.62 -
System Red Green Blue C M Y K H S L
Decimal 190 118 12 0 0.38 0.94 0.25 35.73 0.88 0.4
Hex BE 76 C 0 26 5E 19 24 58 28
Octal 276 166 14 0 46 136 31 44 130 50
Binary 10111110 1110110 1100 0 100110 1011110 11001 100100 1011000 101000

Color Harmonies of #BE760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE760C

Black with #BE760C

Text Example


Text Example

White with #BE760C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE760C; }

 p { color: rgb(190,118,12); }

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

background-color css

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

 a { background-color: rgb(190,118,12); }

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

border-color css

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

 span { border-color: rgb(190,118,12); }

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