Html Css Color HEX #BC840C Dark Goldenrod

📋 copy color: '#BC840C'

red 188 ◦ green 132 ◦ blue 12

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

Shades of Dark Goldenrod #BC840C

Tints of Dark Goldenrod #BC840C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.76%

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

R = 56.63%
G = 39.76%
B = 3.61%

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

#BC840C (or 0xBC840C) is known color: Dark Goldenrod. HEX triplet: BC, 84 and 0C. RGB value is (188,132,12). Sum of RGB (Red+Green+Blue) = 188+132+12=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC840C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC840C is #437BF3. Grayscale: #878787. Windows color (decimal): -4422644 or 820412. OLE color: 820412.

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

Color convert

RGB 188 132 12 -
CMYK 0 0.30 0.94 0.26
HSL 40.91º 0.88% 0.39% -
HSV(B) 40.91º 0.94% 0.74% -
XYZ 29.06 27.22 4.07 -
YUV 135.06 58.55 165.76 -
System Red Green Blue C M Y K H S L
Decimal 188 132 12 0 0.30 0.94 0.26 40.91 0.88 0.39
Hex BC 84 C 0 1E 5E 1A 29 58 27
Octal 274 204 14 0 36 136 32 51 130 47
Binary 10111100 10000100 1100 0 11110 1011110 11010 101001 1011000 100111

Color Harmonies of #BC840C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC840C

Black with #BC840C

Text Example


Text Example

White with #BC840C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC840C; }

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

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

background-color css

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

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

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

border-color css

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

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

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