Html Css Color HEX #BC8213 Dark Goldenrod

📋 copy color: '#BC8213'

red 188 ◦ green 130 ◦ blue 19

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

Shades of Dark Goldenrod #BC8213

Tints of Dark Goldenrod #BC8213

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.58%

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

R = 55.79%
G = 38.58%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC8213 (or 0xBC8213) is known color: Dark Goldenrod. HEX triplet: BC, 82 and 13. RGB value is (188,130,19). Sum of RGB (Red+Green+Blue) = 188+130+19=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8213 is #437DEC. Grayscale: #878787. Windows color (decimal): -4423149 or 1278652. OLE color: 1278652.

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

Color convert

RGB 188 130 19 -
CMYK 0 0.31 0.90 0.26
HSL 39.41º 0.82% 0.41% -
HSV(B) 39.41º 0.9% 0.74% -
XYZ 28.84 26.7 4.25 -
YUV 134.69 62.72 166.03 -
System Red Green Blue C M Y K H S L
Decimal 188 130 19 0 0.31 0.90 0.26 39.41 0.82 0.41
Hex BC 82 13 0 1F 5A 1A 27 52 29
Octal 274 202 23 0 37 132 32 47 122 51
Binary 10111100 10000010 10011 0 11111 1011010 11010 100111 1010010 101001

Color Harmonies of #BC8213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8213

Black with #BC8213

Text Example


Text Example

White with #BC8213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8213; }

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

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

background-color css

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

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

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

border-color css

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

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

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