Html Css Color HEX #BC952E Nugget

📋 copy color: '#BC952E'

red 188 ◦ green 149 ◦ blue 46

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

Shades of Nugget #BC952E

Tints of Nugget #BC952E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.01%

R = 49.09%
G = 38.9%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC952E (or 0xBC952E) is known color: Nugget. HEX triplet: BC, 95 and 2E. RGB value is (188,149,46). Sum of RGB (Red+Green+Blue) = 188+149+46=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC952E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC952E is #436AD1. Grayscale: #959595. Windows color (decimal): -4418258 or 3052988. OLE color: 3052988.

HSL color Cylindrical-coordinate representation of color #BC952E: hue angle of 43.52º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC952E is Cyan = 0, Magento = 0.21, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 149 46 -
CMYK 0 0.21 0.76 0.26
HSL 43.52º 0.61% 0.46% -
HSV(B) 43.52º 0.76% 0.74% -
XYZ 31.98 32.38 7.15 -
YUV 148.92 69.92 155.88 -
System Red Green Blue C M Y K H S L
Decimal 188 149 46 0 0.21 0.76 0.26 43.52 0.61 0.46
Hex BC 95 2E 0 15 4C 1A 2C 3D 2E
Octal 274 225 56 0 25 114 32 54 75 56
Binary 10111100 10010101 101110 0 10101 1001100 11010 101100 111101 101110

Color Harmonies of #BC952E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC952E

Black with #BC952E

Text Example


Text Example

White with #BC952E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC952E; }

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

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

background-color css

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

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

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

border-color css

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

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

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