Html Css Color HEX #BC8F10 Dark Goldenrod

📋 copy color: '#BC8F10'

red 188 ◦ green 143 ◦ blue 16

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

Shades of Dark Goldenrod #BC8F10

Tints of Dark Goldenrod #BC8F10

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.21%

 BLUE value IS 16 (6.64% from 255) = 4.61%

R = 54.18%
G = 41.21%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC8F10 (or 0xBC8F10) is known color: Dark Goldenrod. HEX triplet: BC, 8F and 10. RGB value is (188,143,16). Sum of RGB (Red+Green+Blue) = 188+143+16=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8F10 is #4370EF. Grayscale: #8E8E8E. Windows color (decimal): -4419824 or 1085372. OLE color: 1085372.

HSL color Cylindrical-coordinate representation of color #BC8F10: hue angle of 44.3º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC8F10 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 143 16 -
CMYK 0 0.24 0.91 0.26
HSL 44.3º 0.84% 0.4% -
HSV(B) 44.3º 0.91% 0.74% -
XYZ 30.66 30.37 4.74 -
YUV 141.98 56.91 160.83 -
System Red Green Blue C M Y K H S L
Decimal 188 143 16 0 0.24 0.91 0.26 44.3 0.84 0.4
Hex BC 8F 10 0 18 5B 1A 2C 54 28
Octal 274 217 20 0 30 133 32 54 124 50
Binary 10111100 10001111 10000 0 11000 1011011 11010 101100 1010100 101000

Color Harmonies of #BC8F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8F10

Black with #BC8F10

Text Example


Text Example

White with #BC8F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8F10; }

 p { color: rgb(188,143,16); }

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

background-color css

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

 a { background-color: rgb(188,143,16); }

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

border-color css

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

 span { border-color: rgb(188,143,16); }

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