Html Css Color HEX #BE800C Dark Goldenrod

📋 copy color: '#BE800C'

red 190 ◦ green 128 ◦ blue 12

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

Shades of Dark Goldenrod #BE800C

Tints of Dark Goldenrod #BE800C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.79%

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

R = 57.58%
G = 38.79%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE800C (or 0xBE800C) is known color: Dark Goldenrod. HEX triplet: BE, 80 and 0C. RGB value is (190,128,12). Sum of RGB (Red+Green+Blue) = 190+128+12=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE800C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE800C is #417FF3. Grayscale: #858585. Windows color (decimal): -4292596 or 819390. OLE color: 819390.

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

Color convert

RGB 190 128 12 -
CMYK 0 0.33 0.94 0.25
HSL 39.1º 0.88% 0.4% -
HSV(B) 39.1º 0.94% 0.75% -
XYZ 29.02 26.41 3.92 -
YUV 133.31 59.54 168.43 -
System Red Green Blue C M Y K H S L
Decimal 190 128 12 0 0.33 0.94 0.25 39.1 0.88 0.4
Hex BE 80 C 0 21 5E 19 27 58 28
Octal 276 200 14 0 41 136 31 47 130 50
Binary 10111110 10000000 1100 0 100001 1011110 11001 100111 1011000 101000

Color Harmonies of #BE800C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE800C

Black with #BE800C

Text Example


Text Example

White with #BE800C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE800C; }

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

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

background-color css

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

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

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

border-color css

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

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

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