Html Css Color HEX #BC8D16 Dark Goldenrod

📋 copy color: '#BC8D16'

red 188 ◦ green 141 ◦ blue 22

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

Shades of Dark Goldenrod #BC8D16

Tints of Dark Goldenrod #BC8D16

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.17%

 BLUE value IS 22 (8.98% from 255) = 6.27%

R = 53.56%
G = 40.17%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC8D16 (or 0xBC8D16) is known color: Dark Goldenrod. HEX triplet: BC, 8D and 16. RGB value is (188,141,22). Sum of RGB (Red+Green+Blue) = 188+141+22=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8D16 is #4372E9. Grayscale: #8E8E8E. Windows color (decimal): -4420330 or 1478076. OLE color: 1478076.

HSL color Cylindrical-coordinate representation of color #BC8D16: hue angle of 43.01º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC8D16 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 141 22 -
CMYK 0 0.25 0.88 0.26
HSL 43.01º 0.79% 0.41% -
HSV(B) 43.01º 0.88% 0.74% -
XYZ 30.41 29.8 4.91 -
YUV 141.49 60.57 161.18 -
System Red Green Blue C M Y K H S L
Decimal 188 141 22 0 0.25 0.88 0.26 43.01 0.79 0.41
Hex BC 8D 16 0 19 58 1A 2B 4F 29
Octal 274 215 26 0 31 130 32 53 117 51
Binary 10111100 10001101 10110 0 11001 1011000 11010 101011 1001111 101001

Color Harmonies of #BC8D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8D16

Black with #BC8D16

Text Example


Text Example

White with #BC8D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8D16; }

 p { color: rgb(188,141,22); }

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

background-color css

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

 a { background-color: rgb(188,141,22); }

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

border-color css

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

 span { border-color: rgb(188,141,22); }

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