Html Css Color HEX #BC8C2C Nugget

📋 copy color: '#BC8C2C'

red 188 ◦ green 140 ◦ blue 44

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

Shades of Nugget #BC8C2C

Tints of Nugget #BC8C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.83%

R = 50.54%
G = 37.63%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC8C2C (or 0xBC8C2C) is known color: Nugget. HEX triplet: BC, 8C and 2C. RGB value is (188,140,44). Sum of RGB (Red+Green+Blue) = 188+140+44=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 44 (17.58% from 255 or 11.83% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C2C is #4373D3. Grayscale: #8F8F8F. Windows color (decimal): -4420564 or 2919612. OLE color: 2919612.

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

Color convert

RGB 188 140 44 -
CMYK 0 0.26 0.77 0.26
HSL 40º 0.62% 0.45% -
HSV(B) 40º 0.77% 0.74% -
XYZ 30.57 29.63 6.49 -
YUV 143.41 71.9 159.81 -
System Red Green Blue C M Y K H S L
Decimal 188 140 44 0 0.26 0.77 0.26 40 0.62 0.45
Hex BC 8C 2C 0 1A 4D 1A 28 3E 2D
Octal 274 214 54 0 32 115 32 50 76 55
Binary 10111100 10001100 101100 0 11010 1001101 11010 101000 111110 101101

Color Harmonies of #BC8C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C2C

Black with #BC8C2C

Text Example


Text Example

White with #BC8C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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