Html Css Color HEX #BC952C Nugget

📋 copy color: '#BC952C'

red 188 ◦ green 149 ◦ blue 44

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

Shades of Nugget #BC952C

Tints of Nugget #BC952C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.11%

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

R = 49.34%
G = 39.11%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC952C (or 0xBC952C) is known color: Nugget. HEX triplet: BC, 95 and 2C. RGB value is (188,149,44). Sum of RGB (Red+Green+Blue) = 188+149+44=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 44 (17.58% from 255 or 11.55% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC952C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC952C is #436AD3. Grayscale: #959595. Windows color (decimal): -4418260 or 2921916. OLE color: 2921916.

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

Color convert

RGB 188 149 44 -
CMYK 0 0.21 0.77 0.26
HSL 43.75º 0.62% 0.45% -
HSV(B) 43.75º 0.77% 0.74% -
XYZ 31.94 32.37 6.95 -
YUV 148.69 68.92 156.04 -
System Red Green Blue C M Y K H S L
Decimal 188 149 44 0 0.21 0.77 0.26 43.75 0.62 0.45
Hex BC 95 2C 0 15 4D 1A 2C 3E 2D
Octal 274 225 54 0 25 115 32 54 76 55
Binary 10111100 10010101 101100 0 10101 1001101 11010 101100 111110 101101

Color Harmonies of #BC952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC952C

Black with #BC952C

Text Example


Text Example

White with #BC952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC952C; }

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

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

background-color css

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

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

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

border-color css

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

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

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