Html Css Color HEX #BC8118 Dark Goldenrod

📋 copy color: '#BC8118'

red 188 ◦ green 129 ◦ blue 24

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

Shades of Dark Goldenrod #BC8118

Tints of Dark Goldenrod #BC8118

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.83%

 BLUE value IS 24 (9.77% from 255) = 7.04%

R = 55.13%
G = 37.83%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC8118 (or 0xBC8118) is known color: Dark Goldenrod. HEX triplet: BC, 81 and 18. RGB value is (188,129,24). Sum of RGB (Red+Green+Blue) = 188+129+24=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8118 is #437EE7. Grayscale: #878787. Windows color (decimal): -4423400 or 1606076. OLE color: 1606076.

HSL color Cylindrical-coordinate representation of color #BC8118: hue angle of 38.41º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC8118 is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 129 24 -
CMYK 0 0.31 0.87 0.26
HSL 38.41º 0.77% 0.42% -
HSV(B) 38.41º 0.87% 0.74% -
XYZ 28.75 26.46 4.46 -
YUV 134.67 65.55 166.04 -
System Red Green Blue C M Y K H S L
Decimal 188 129 24 0 0.31 0.87 0.26 38.41 0.77 0.42
Hex BC 81 18 0 1F 57 1A 26 4D 2A
Octal 274 201 30 0 37 127 32 46 115 52
Binary 10111100 10000001 11000 0 11111 1010111 11010 100110 1001101 101010

Color Harmonies of #BC8118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8118

Black with #BC8118

Text Example


Text Example

White with #BC8118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8118; }

 p { color: rgb(188,129,24); }

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

background-color css

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

 a { background-color: rgb(188,129,24); }

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

border-color css

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

 span { border-color: rgb(188,129,24); }

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