Html Css Color HEX #BC8C13 Dark Goldenrod

📋 copy color: '#BC8C13'

red 188 ◦ green 140 ◦ blue 19

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

Shades of Dark Goldenrod #BC8C13

Tints of Dark Goldenrod #BC8C13

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.35%

 BLUE value IS 19 (7.81% from 255) = 5.48%

R = 54.18%
G = 40.35%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC8C13 (or 0xBC8C13) is known color: Dark Goldenrod. HEX triplet: BC, 8C and 13. RGB value is (188,140,19). Sum of RGB (Red+Green+Blue) = 188+140+19=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 19 (7.81% from 255 or 5.48% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8C13 is #4373EC. Grayscale: #8D8D8D. Windows color (decimal): -4420589 or 1281212. OLE color: 1281212.

HSL color Cylindrical-coordinate representation of color #BC8C13: hue angle of 42.96º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC8C13 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 140 19 -
CMYK 0 0.26 0.90 0.26
HSL 42.96º 0.82% 0.41% -
HSV(B) 42.96º 0.9% 0.74% -
XYZ 30.23 29.49 4.72 -
YUV 140.56 59.4 161.84 -
System Red Green Blue C M Y K H S L
Decimal 188 140 19 0 0.26 0.90 0.26 42.96 0.82 0.41
Hex BC 8C 13 0 1A 5A 1A 2B 52 29
Octal 274 214 23 0 32 132 32 53 122 51
Binary 10111100 10001100 10011 0 11010 1011010 11010 101011 1010010 101001

Color Harmonies of #BC8C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C13

Black with #BC8C13

Text Example


Text Example

White with #BC8C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C13; }

 p { color: rgb(188,140,19); }

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

background-color css

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

 a { background-color: rgb(188,140,19); }

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

border-color css

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

 span { border-color: rgb(188,140,19); }

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