Html Css Color HEX #BC8316 Dark Goldenrod

📋 copy color: '#BC8316'

red 188 ◦ green 131 ◦ blue 22

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

Shades of Dark Goldenrod #BC8316

Tints of Dark Goldenrod #BC8316

RGB

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

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

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

R = 55.13%
G = 38.42%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC8316 (or 0xBC8316) is known color: Dark Goldenrod. HEX triplet: BC, 83 and 16. RGB value is (188,131,22). Sum of RGB (Red+Green+Blue) = 188+131+22=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC8316 is #437CE9. Grayscale: #888888. Windows color (decimal): -4422890 or 1475516. OLE color: 1475516.

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

Color convert

RGB 188 131 22 -
CMYK 0 0.30 0.88 0.26
HSL 39.4º 0.79% 0.41% -
HSV(B) 39.4º 0.88% 0.74% -
XYZ 29 26.98 4.44 -
YUV 135.62 63.88 165.36 -
System Red Green Blue C M Y K H S L
Decimal 188 131 22 0 0.30 0.88 0.26 39.4 0.79 0.41
Hex BC 83 16 0 1E 58 1A 27 4F 29
Octal 274 203 26 0 36 130 32 47 117 51
Binary 10111100 10000011 10110 0 11110 1011000 11010 100111 1001111 101001

Color Harmonies of #BC8316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8316

Black with #BC8316

Text Example


Text Example

White with #BC8316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8316; }

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

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

background-color css

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

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

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

border-color css

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

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

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