Html Css Color HEX #BE940C Dark Goldenrod

📋 copy color: '#BE940C'

red 190 ◦ green 148 ◦ blue 12

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

Shades of Dark Goldenrod #BE940C

Tints of Dark Goldenrod #BE940C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.29%

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

R = 54.29%
G = 42.29%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE940C (or 0xBE940C) is known color: Dark Goldenrod. HEX triplet: BE, 94 and 0C. RGB value is (190,148,12). Sum of RGB (Red+Green+Blue) = 190+148+12=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE940C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE940C is #416BF3. Grayscale: #919191. Windows color (decimal): -4287476 or 824510. OLE color: 824510.

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

Color convert

RGB 190 148 12 -
CMYK 0 0.22 0.94 0.25
HSL 45.84º 0.88% 0.4% -
HSV(B) 45.84º 0.94% 0.75% -
XYZ 31.89 32.15 4.87 -
YUV 145.05 52.91 160.06 -
System Red Green Blue C M Y K H S L
Decimal 190 148 12 0 0.22 0.94 0.25 45.84 0.88 0.4
Hex BE 94 C 0 16 5E 19 2E 58 28
Octal 276 224 14 0 26 136 31 56 130 50
Binary 10111110 10010100 1100 0 10110 1011110 11001 101110 1011000 101000

Color Harmonies of #BE940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE940C

Black with #BE940C

Text Example


Text Example

White with #BE940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE940C; }

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

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

background-color css

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

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

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

border-color css

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

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

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