Html Css Color HEX #BC8813 Dark Goldenrod

📋 copy color: '#BC8813'

red 188 ◦ green 136 ◦ blue 19

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

Shades of Dark Goldenrod #BC8813

Tints of Dark Goldenrod #BC8813

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.65%

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

R = 54.81%
G = 39.65%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC8813 (or 0xBC8813) is known color: Dark Goldenrod. HEX triplet: BC, 88 and 13. RGB value is (188,136,19). Sum of RGB (Red+Green+Blue) = 188+136+19=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8813 is #4377EC. Grayscale: #8A8A8A. Windows color (decimal): -4421613 or 1280188. OLE color: 1280188.

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

Color convert

RGB 188 136 19 -
CMYK 0 0.28 0.90 0.26
HSL 41.54º 0.82% 0.41% -
HSV(B) 41.54º 0.9% 0.74% -
XYZ 29.66 28.35 4.52 -
YUV 138.21 60.73 163.51 -
System Red Green Blue C M Y K H S L
Decimal 188 136 19 0 0.28 0.90 0.26 41.54 0.82 0.41
Hex BC 88 13 0 1C 5A 1A 2A 52 29
Octal 274 210 23 0 34 132 32 52 122 51
Binary 10111100 10001000 10011 0 11100 1011010 11010 101010 1010010 101001

Color Harmonies of #BC8813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8813

Black with #BC8813

Text Example


Text Example

White with #BC8813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8813; }

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

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

background-color css

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

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

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

border-color css

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

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

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