Html Css Color HEX #BC8728 Nugget

📋 copy color: '#BC8728'

red 188 ◦ green 135 ◦ blue 40

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

Shades of Nugget #BC8728

Tints of Nugget #BC8728

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.19%

 BLUE value IS 40 (16.02% from 255) = 11.02%

R = 51.79%
G = 37.19%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC8728 (or 0xBC8728) is known color: Nugget. HEX triplet: BC, 87 and 28. RGB value is (188,135,40). Sum of RGB (Red+Green+Blue) = 188+135+40=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8728 is #4378D7. Grayscale: #8C8C8C. Windows color (decimal): -4421848 or 2656188. OLE color: 2656188.

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

Color convert

RGB 188 135 40 -
CMYK 0 0.28 0.79 0.26
HSL 38.51º 0.65% 0.45% -
HSV(B) 38.51º 0.79% 0.74% -
XYZ 29.79 28.17 5.88 -
YUV 140.02 71.56 162.22 -
System Red Green Blue C M Y K H S L
Decimal 188 135 40 0 0.28 0.79 0.26 38.51 0.65 0.45
Hex BC 87 28 0 1C 4F 1A 27 41 2D
Octal 274 207 50 0 34 117 32 47 101 55
Binary 10111100 10000111 101000 0 11100 1001111 11010 100111 1000001 101101

Color Harmonies of #BC8728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8728

Black with #BC8728

Text Example


Text Example

White with #BC8728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8728; }

 p { color: rgb(188,135,40); }

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

background-color css

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

 a { background-color: rgb(188,135,40); }

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

border-color css

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

 span { border-color: rgb(188,135,40); }

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