Html Css Color HEX #BC7C18 Dark Goldenrod

📋 copy color: '#BC7C18'

red 188 ◦ green 124 ◦ blue 24

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

Shades of Dark Goldenrod #BC7C18

Tints of Dark Goldenrod #BC7C18

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.9%

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

R = 55.95%
G = 36.9%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC7C18 (or 0xBC7C18) is known color: Dark Goldenrod. HEX triplet: BC, 7C and 18. RGB value is (188,124,24). Sum of RGB (Red+Green+Blue) = 188+124+24=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 24 (9.77% from 255 or 7.14% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7C18 is #4383E7. Grayscale: #848484. Windows color (decimal): -4424680 or 1604796. OLE color: 1604796.

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

Color convert

RGB 188 124 24 -
CMYK 0 0.34 0.87 0.26
HSL 36.59º 0.77% 0.42% -
HSV(B) 36.59º 0.87% 0.74% -
XYZ 28.11 25.17 4.24 -
YUV 131.74 67.2 168.13 -
System Red Green Blue C M Y K H S L
Decimal 188 124 24 0 0.34 0.87 0.26 36.59 0.77 0.42
Hex BC 7C 18 0 22 57 1A 25 4D 2A
Octal 274 174 30 0 42 127 32 45 115 52
Binary 10111100 1111100 11000 0 100010 1010111 11010 100101 1001101 101010

Color Harmonies of #BC7C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7C18

Black with #BC7C18

Text Example


Text Example

White with #BC7C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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