Html Css Color HEX #BC952F Nugget

📋 copy color: '#BC952F'

red 188 ◦ green 149 ◦ blue 47

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

Shades of Nugget #BC952F

Tints of Nugget #BC952F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.24%

R = 48.96%
G = 38.8%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BC952F (or 0xBC952F) is known color: Nugget. HEX triplet: BC, 95 and 2F. RGB value is (188,149,47). Sum of RGB (Red+Green+Blue) = 188+149+47=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 47 (18.75% from 255 or 12.24% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC952F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC952F is #436AD0. Grayscale: #959595. Windows color (decimal): -4418257 or 3118524. OLE color: 3118524.

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

Color convert

RGB 188 149 47 -
CMYK 0 0.21 0.75 0.26
HSL 43.4º 0.6% 0.46% -
HSV(B) 43.4º 0.75% 0.74% -
XYZ 32 32.39 7.25 -
YUV 149.03 70.42 155.79 -
System Red Green Blue C M Y K H S L
Decimal 188 149 47 0 0.21 0.75 0.26 43.4 0.6 0.46
Hex BC 95 2F 0 15 4B 1A 2B 3C 2E
Octal 274 225 57 0 25 113 32 53 74 56
Binary 10111100 10010101 101111 0 10101 1001011 11010 101011 111100 101110

Color Harmonies of #BC952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC952F

Black with #BC952F

Text Example


Text Example

White with #BC952F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC952F; }

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

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

background-color css

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

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

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

border-color css

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

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

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