Html Css Color HEX #BE7C0C Dark Goldenrod

📋 copy color: '#BE7C0C'

red 190 ◦ green 124 ◦ blue 12

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

Shades of Dark Goldenrod #BE7C0C

Tints of Dark Goldenrod #BE7C0C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.04%

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

R = 58.28%
G = 38.04%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE7C0C (or 0xBE7C0C) is known color: Dark Goldenrod. HEX triplet: BE, 7C and 0C. RGB value is (190,124,12). Sum of RGB (Red+Green+Blue) = 190+124+12=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7C0C is #4183F3. Grayscale: #838383. Windows color (decimal): -4293620 or 818366. OLE color: 818366.

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

Color convert

RGB 190 124 12 -
CMYK 0 0.35 0.94 0.25
HSL 37.75º 0.88% 0.4% -
HSV(B) 37.75º 0.94% 0.75% -
XYZ 28.51 25.39 3.75 -
YUV 130.97 60.87 170.11 -
System Red Green Blue C M Y K H S L
Decimal 190 124 12 0 0.35 0.94 0.25 37.75 0.88 0.4
Hex BE 7C C 0 23 5E 19 26 58 28
Octal 276 174 14 0 43 136 31 46 130 50
Binary 10111110 1111100 1100 0 100011 1011110 11001 100110 1011000 101000

Color Harmonies of #BE7C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7C0C

Black with #BE7C0C

Text Example


Text Example

White with #BE7C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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