Html Css Color HEX #BC8312 Dark Goldenrod

📋 copy color: '#BC8312'

red 188 ◦ green 131 ◦ blue 18

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

Shades of Dark Goldenrod #BC8312

Tints of Dark Goldenrod #BC8312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.87%

 BLUE value IS 18 (7.42% from 255) = 5.34%

R = 55.79%
G = 38.87%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC8312 (or 0xBC8312) is known color: Dark Goldenrod. HEX triplet: BC, 83 and 12. RGB value is (188,131,18). Sum of RGB (Red+Green+Blue) = 188+131+18=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 131 (51.56% from 255 or 38.87% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8312 is #437CED. Grayscale: #878787. Windows color (decimal): -4422894 or 1213372. OLE color: 1213372.

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

Color convert

RGB 188 131 18 -
CMYK 0 0.30 0.90 0.26
HSL 39.88º 0.83% 0.4% -
HSV(B) 39.88º 0.9% 0.74% -
XYZ 28.96 26.97 4.25 -
YUV 135.16 61.88 165.69 -
System Red Green Blue C M Y K H S L
Decimal 188 131 18 0 0.30 0.90 0.26 39.88 0.83 0.4
Hex BC 83 12 0 1E 5A 1A 28 53 28
Octal 274 203 22 0 36 132 32 50 123 50
Binary 10111100 10000011 10010 0 11110 1011010 11010 101000 1010011 101000

Color Harmonies of #BC8312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8312

Black with #BC8312

Text Example


Text Example

White with #BC8312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8312; }

 p { color: rgb(188,131,18); }

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

background-color css

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

 a { background-color: rgb(188,131,18); }

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

border-color css

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

 span { border-color: rgb(188,131,18); }

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