Html Css Color HEX #BC850C Dark Goldenrod

📋 copy color: '#BC850C'

red 188 ◦ green 133 ◦ blue 12

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

Shades of Dark Goldenrod #BC850C

Tints of Dark Goldenrod #BC850C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.94%

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

R = 56.46%
G = 39.94%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC850C (or 0xBC850C) is known color: Dark Goldenrod. HEX triplet: BC, 85 and 0C. RGB value is (188,133,12). Sum of RGB (Red+Green+Blue) = 188+133+12=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC850C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC850C is #437AF3. Grayscale: #888888. Windows color (decimal): -4422388 or 820668. OLE color: 820668.

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

Color convert

RGB 188 133 12 -
CMYK 0 0.29 0.94 0.26
HSL 41.25º 0.88% 0.39% -
HSV(B) 41.25º 0.94% 0.74% -
XYZ 29.19 27.49 4.12 -
YUV 135.65 58.22 165.34 -
System Red Green Blue C M Y K H S L
Decimal 188 133 12 0 0.29 0.94 0.26 41.25 0.88 0.39
Hex BC 85 C 0 1D 5E 1A 29 58 27
Octal 274 205 14 0 35 136 32 51 130 47
Binary 10111100 10000101 1100 0 11101 1011110 11010 101001 1011000 100111

Color Harmonies of #BC850C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC850C

Black with #BC850C

Text Example


Text Example

White with #BC850C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC850C; }

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

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

background-color css

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

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

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

border-color css

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

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

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