Html Css Color HEX #BC8613 Dark Goldenrod

📋 copy color: '#BC8613'

red 188 ◦ green 134 ◦ blue 19

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

Shades of Dark Goldenrod #BC8613

Tints of Dark Goldenrod #BC8613

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.3%

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

R = 55.13%
G = 39.3%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC8613 (or 0xBC8613) is known color: Dark Goldenrod. HEX triplet: BC, 86 and 13. RGB value is (188,134,19). Sum of RGB (Red+Green+Blue) = 188+134+19=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8613 is #4379EC. Grayscale: #898989. Windows color (decimal): -4422125 or 1279676. OLE color: 1279676.

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

Color convert

RGB 188 134 19 -
CMYK 0 0.29 0.90 0.26
HSL 40.83º 0.82% 0.41% -
HSV(B) 40.83º 0.9% 0.74% -
XYZ 29.38 27.79 4.43 -
YUV 137.04 61.39 164.35 -
System Red Green Blue C M Y K H S L
Decimal 188 134 19 0 0.29 0.90 0.26 40.83 0.82 0.41
Hex BC 86 13 0 1D 5A 1A 29 52 29
Octal 274 206 23 0 35 132 32 51 122 51
Binary 10111100 10000110 10011 0 11101 1011010 11010 101001 1010010 101001

Color Harmonies of #BC8613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8613

Black with #BC8613

Text Example


Text Example

White with #BC8613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8613; }

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

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

background-color css

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

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

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

border-color css

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

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

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