Html Css Color HEX #BE820C Dark Goldenrod

📋 copy color: '#BE820C'

red 190 ◦ green 130 ◦ blue 12

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

Shades of Dark Goldenrod #BE820C

Tints of Dark Goldenrod #BE820C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.16%

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

R = 57.23%
G = 39.16%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE820C (or 0xBE820C) is known color: Dark Goldenrod. HEX triplet: BE, 82 and 0C. RGB value is (190,130,12). Sum of RGB (Red+Green+Blue) = 190+130+12=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE820C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE820C is #417DF3. Grayscale: #878787. Windows color (decimal): -4292084 or 819902. OLE color: 819902.

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

Color convert

RGB 190 130 12 -
CMYK 0 0.32 0.94 0.25
HSL 39.78º 0.88% 0.4% -
HSV(B) 39.78º 0.94% 0.75% -
XYZ 29.28 26.94 4 -
YUV 134.49 58.88 167.59 -
System Red Green Blue C M Y K H S L
Decimal 190 130 12 0 0.32 0.94 0.25 39.78 0.88 0.4
Hex BE 82 C 0 20 5E 19 28 58 28
Octal 276 202 14 0 40 136 31 50 130 50
Binary 10111110 10000010 1100 0 100000 1011110 11001 101000 1011000 101000

Color Harmonies of #BE820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE820C

Black with #BE820C

Text Example


Text Example

White with #BE820C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE820C; }

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

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

background-color css

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

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

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

border-color css

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

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

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