Html Css Color HEX #BE850C Dark Goldenrod

📋 copy color: '#BE850C'

red 190 ◦ green 133 ◦ blue 12

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

Shades of Dark Goldenrod #BE850C

Tints of Dark Goldenrod #BE850C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.7%

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

R = 56.72%
G = 39.7%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE850C (or 0xBE850C) is known color: Dark Goldenrod. HEX triplet: BE, 85 and 0C. RGB value is (190,133,12). Sum of RGB (Red+Green+Blue) = 190+133+12=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE850C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE850C is #417AF3. Grayscale: #888888. Windows color (decimal): -4291316 or 820670. OLE color: 820670.

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

Color convert

RGB 190 133 12 -
CMYK 0 0.3 0.94 0.25
HSL 40.79º 0.88% 0.4% -
HSV(B) 40.79º 0.94% 0.75% -
XYZ 29.69 27.75 4.14 -
YUV 136.25 57.88 166.34 -
System Red Green Blue C M Y K H S L
Decimal 190 133 12 0 0.3 0.94 0.25 40.79 0.88 0.4
Hex BE 85 C 0 1E 5E 19 29 58 28
Octal 276 205 14 0 36 136 31 51 130 50
Binary 10111110 10000101 1100 0 11110 1011110 11001 101001 1011000 101000

Color Harmonies of #BE850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE850C

Black with #BE850C

Text Example


Text Example

White with #BE850C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE850C; }

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

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

background-color css

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

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

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

border-color css

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

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

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