Html Css Color HEX #BC952B Nugget

📋 copy color: '#BC952B'

red 188 ◦ green 149 ◦ blue 43

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

Shades of Nugget #BC952B

Tints of Nugget #BC952B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.32%

R = 49.47%
G = 39.21%
B = 11.32%

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

#BC952B (or 0xBC952B) is known color: Nugget. HEX triplet: BC, 95 and 2B. RGB value is (188,149,43). Sum of RGB (Red+Green+Blue) = 188+149+43=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 43 (17.19% from 255 or 11.32% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC952B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC952B is #436AD4. Grayscale: #959595. Windows color (decimal): -4418261 or 2856380. OLE color: 2856380.

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

Color convert

RGB 188 149 43 -
CMYK 0 0.21 0.77 0.26
HSL 43.86º 0.63% 0.45% -
HSV(B) 43.86º 0.77% 0.74% -
XYZ 31.92 32.36 6.85 -
YUV 148.58 68.42 156.12 -
System Red Green Blue C M Y K H S L
Decimal 188 149 43 0 0.21 0.77 0.26 43.86 0.63 0.45
Hex BC 95 2B 0 15 4D 1A 2C 3F 2D
Octal 274 225 53 0 25 115 32 54 77 55
Binary 10111100 10010101 101011 0 10101 1001101 11010 101100 111111 101101

Color Harmonies of #BC952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC952B

Black with #BC952B

Text Example


Text Example

White with #BC952B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC952B; }

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

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

background-color css

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

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

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

border-color css

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

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

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