Html Css Color HEX #BC830E Dark Goldenrod

📋 copy color: '#BC830E'

red 188 ◦ green 131 ◦ blue 14

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

Shades of Dark Goldenrod #BC830E

Tints of Dark Goldenrod #BC830E

RGB

 RED value IS 188 (73.83% from 255) = 56.46%

 GREEN value IS 131 (51.56% from 255) = 39.34%

 BLUE value IS 14 (5.86% from 255) = 4.2%

R = 56.46%
G = 39.34%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC830E (or 0xBC830E) is known color: Dark Goldenrod. HEX triplet: BC, 83 and 0E. RGB value is (188,131,14). Sum of RGB (Red+Green+Blue) = 188+131+14=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC830E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC830E is #437CF1. Grayscale: #878787. Windows color (decimal): -4422898 or 951228. OLE color: 951228.

HSL color Cylindrical-coordinate representation of color #BC830E: hue angle of 40.34º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC830E is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 131 14 -
CMYK 0 0.30 0.93 0.26
HSL 40.34º 0.86% 0.4% -
HSV(B) 40.34º 0.93% 0.74% -
XYZ 28.93 26.96 4.09 -
YUV 134.71 59.88 166.01 -
System Red Green Blue C M Y K H S L
Decimal 188 131 14 0 0.30 0.93 0.26 40.34 0.86 0.4
Hex BC 83 E 0 1E 5D 1A 28 56 28
Octal 274 203 16 0 36 135 32 50 126 50
Binary 10111100 10000011 1110 0 11110 1011101 11010 101000 1010110 101000

Color Harmonies of #BC830E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC830E

Black with #BC830E

Text Example


Text Example

White with #BC830E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC830E; }

 p { color: rgb(188,131,14); }

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

background-color css

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

 a { background-color: rgb(188,131,14); }

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

border-color css

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

 span { border-color: rgb(188,131,14); }

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