Html Css Color HEX #BC830C Dark Goldenrod

📋 copy color: '#BC830C'

red 188 ◦ green 131 ◦ blue 12

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

Shades of Dark Goldenrod #BC830C

Tints of Dark Goldenrod #BC830C

RGB

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

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

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

R = 56.8%
G = 39.58%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC830C (or 0xBC830C) is known color: Dark Goldenrod. HEX triplet: BC, 83 and 0C. RGB value is (188,131,12). Sum of RGB (Red+Green+Blue) = 188+131+12=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC830C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC830C is #437CF3. Grayscale: #878787. Windows color (decimal): -4422900 or 820156. OLE color: 820156.

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

Color convert

RGB 188 131 12 -
CMYK 0 0.30 0.94 0.26
HSL 40.57º 0.88% 0.39% -
HSV(B) 40.57º 0.94% 0.74% -
XYZ 28.92 26.95 4.03 -
YUV 134.48 58.88 166.18 -
System Red Green Blue C M Y K H S L
Decimal 188 131 12 0 0.30 0.94 0.26 40.57 0.88 0.39
Hex BC 83 C 0 1E 5E 1A 29 58 27
Octal 274 203 14 0 36 136 32 51 130 47
Binary 10111100 10000011 1100 0 11110 1011110 11010 101001 1011000 100111

Color Harmonies of #BC830C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC830C

Black with #BC830C

Text Example


Text Example

White with #BC830C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC830C; }

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

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

background-color css

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

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

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

border-color css

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

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

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