Html Css Color HEX #BC8C28 Nugget

📋 copy color: '#BC8C28'

red 188 ◦ green 140 ◦ blue 40

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

Shades of Nugget #BC8C28

Tints of Nugget #BC8C28

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.04%

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

R = 51.09%
G = 38.04%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC8C28 (or 0xBC8C28) is known color: Nugget. HEX triplet: BC, 8C and 28. RGB value is (188,140,40). Sum of RGB (Red+Green+Blue) = 188+140+40=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C28 is #4373D7. Grayscale: #8F8F8F. Windows color (decimal): -4420568 or 2657468. OLE color: 2657468.

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

Color convert

RGB 188 140 40 -
CMYK 0 0.26 0.79 0.26
HSL 40.54º 0.65% 0.45% -
HSV(B) 40.54º 0.79% 0.74% -
XYZ 30.5 29.6 6.11 -
YUV 142.95 69.9 160.13 -
System Red Green Blue C M Y K H S L
Decimal 188 140 40 0 0.26 0.79 0.26 40.54 0.65 0.45
Hex BC 8C 28 0 1A 4F 1A 29 41 2D
Octal 274 214 50 0 32 117 32 51 101 55
Binary 10111100 10001100 101000 0 11010 1001111 11010 101001 1000001 101101

Color Harmonies of #BC8C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C28

Black with #BC8C28

Text Example


Text Example

White with #BC8C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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