Html Css Color HEX #BC952D Nugget

📋 copy color: '#BC952D'

red 188 ◦ green 149 ◦ blue 45

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

Shades of Nugget #BC952D

Tints of Nugget #BC952D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.78%

R = 49.21%
G = 39.01%
B = 11.78%

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

#BC952D (or 0xBC952D) is known color: Nugget. HEX triplet: BC, 95 and 2D. RGB value is (188,149,45). Sum of RGB (Red+Green+Blue) = 188+149+45=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC952D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC952D is #436AD2. Grayscale: #959595. Windows color (decimal): -4418259 or 2987452. OLE color: 2987452.

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

Color convert

RGB 188 149 45 -
CMYK 0 0.21 0.76 0.26
HSL 43.64º 0.61% 0.46% -
HSV(B) 43.64º 0.76% 0.74% -
XYZ 31.96 32.38 7.05 -
YUV 148.81 69.42 155.96 -
System Red Green Blue C M Y K H S L
Decimal 188 149 45 0 0.21 0.76 0.26 43.64 0.61 0.46
Hex BC 95 2D 0 15 4C 1A 2C 3D 2E
Octal 274 225 55 0 25 114 32 54 75 56
Binary 10111100 10010101 101101 0 10101 1001100 11010 101100 111101 101110

Color Harmonies of #BC952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC952D

Black with #BC952D

Text Example


Text Example

White with #BC952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC952D; }

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

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

background-color css

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

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

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

border-color css

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

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

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