Html Css Color HEX #BC952A Nugget

📋 copy color: '#BC952A'

red 188 ◦ green 149 ◦ blue 42

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

Shades of Nugget #BC952A

Tints of Nugget #BC952A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.08%

R = 49.6%
G = 39.31%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC952A (or 0xBC952A) is known color: Nugget. HEX triplet: BC, 95 and 2A. RGB value is (188,149,42). Sum of RGB (Red+Green+Blue) = 188+149+42=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 42 (16.80% from 255 or 11.08% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC952A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC952A is #436AD5. Grayscale: #949494. Windows color (decimal): -4418262 or 2790844. OLE color: 2790844.

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

Color convert

RGB 188 149 42 -
CMYK 0 0.21 0.78 0.26
HSL 43.97º 0.63% 0.45% -
HSV(B) 43.97º 0.78% 0.74% -
XYZ 31.9 32.35 6.75 -
YUV 148.46 67.92 156.2 -
System Red Green Blue C M Y K H S L
Decimal 188 149 42 0 0.21 0.78 0.26 43.97 0.63 0.45
Hex BC 95 2A 0 15 4E 1A 2C 3F 2D
Octal 274 225 52 0 25 116 32 54 77 55
Binary 10111100 10010101 101010 0 10101 1001110 11010 101100 111111 101101

Color Harmonies of #BC952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC952A

Black with #BC952A

Text Example


Text Example

White with #BC952A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC952A; }

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

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

background-color css

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

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

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

border-color css

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

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

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