Html Css Color HEX #BC8828 Nugget

📋 copy color: '#BC8828'

red 188 ◦ green 136 ◦ blue 40

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

Shades of Nugget #BC8828

Tints of Nugget #BC8828

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.36%

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

R = 51.65%
G = 37.36%
B = 10.99%

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

#BC8828 (or 0xBC8828) is known color: Nugget. HEX triplet: BC, 88 and 28. RGB value is (188,136,40). Sum of RGB (Red+Green+Blue) = 188+136+40=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 40 (16.02% from 255 or 10.99% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8828 is #4377D7. Grayscale: #8D8D8D. Windows color (decimal): -4421592 or 2656444. OLE color: 2656444.

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

Color convert

RGB 188 136 40 -
CMYK 0 0.28 0.79 0.26
HSL 38.92º 0.65% 0.45% -
HSV(B) 38.92º 0.79% 0.74% -
XYZ 29.93 28.45 5.92 -
YUV 140.6 71.23 161.81 -
System Red Green Blue C M Y K H S L
Decimal 188 136 40 0 0.28 0.79 0.26 38.92 0.65 0.45
Hex BC 88 28 0 1C 4F 1A 27 41 2D
Octal 274 210 50 0 34 117 32 47 101 55
Binary 10111100 10001000 101000 0 11100 1001111 11010 100111 1000001 101101

Color Harmonies of #BC8828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8828

Black with #BC8828

Text Example


Text Example

White with #BC8828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8828; }

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

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

background-color css

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

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

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

border-color css

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

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

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