Html Css Color HEX #BE880C Dark Goldenrod

📋 copy color: '#BE880C'

red 190 ◦ green 136 ◦ blue 12

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

Shades of Dark Goldenrod #BE880C

Tints of Dark Goldenrod #BE880C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.24%

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

R = 56.21%
G = 40.24%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE880C (or 0xBE880C) is known color: Dark Goldenrod. HEX triplet: BE, 88 and 0C. RGB value is (190,136,12). Sum of RGB (Red+Green+Blue) = 190+136+12=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE880C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE880C is #4177F3. Grayscale: #8A8A8A. Windows color (decimal): -4290548 or 821438. OLE color: 821438.

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

Color convert

RGB 190 136 12 -
CMYK 0 0.28 0.94 0.25
HSL 41.8º 0.88% 0.4% -
HSV(B) 41.8º 0.94% 0.75% -
XYZ 30.11 28.58 4.28 -
YUV 138.01 56.89 165.08 -
System Red Green Blue C M Y K H S L
Decimal 190 136 12 0 0.28 0.94 0.25 41.8 0.88 0.4
Hex BE 88 C 0 1C 5E 19 2A 58 28
Octal 276 210 14 0 34 136 31 52 130 50
Binary 10111110 10001000 1100 0 11100 1011110 11001 101010 1011000 101000

Color Harmonies of #BE880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE880C

Black with #BE880C

Text Example


Text Example

White with #BE880C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE880C; }

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

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

background-color css

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

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

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

border-color css

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

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

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