Html Css Color HEX #BC9732 Nugget

📋 copy color: '#BC9732'

red 188 ◦ green 151 ◦ blue 50

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

Shades of Nugget #BC9732

Tints of Nugget #BC9732

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.82%

 BLUE value IS 50 (19.92% from 255) = 12.85%

R = 48.33%
G = 38.82%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC9732 (or 0xBC9732) is known color: Nugget. HEX triplet: BC, 97 and 32. RGB value is (188,151,50). Sum of RGB (Red+Green+Blue) = 188+151+50=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 50 (19.92% from 255 or 12.85% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9732 is #4368CD. Grayscale: #969696. Windows color (decimal): -4417742 or 3315644. OLE color: 3315644.

HSL color Cylindrical-coordinate representation of color #BC9732: hue angle of 43.91º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC9732 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 151 50 -
CMYK 0 0.20 0.73 0.26
HSL 43.91º 0.58% 0.47% -
HSV(B) 43.91º 0.73% 0.74% -
XYZ 32.38 33.05 7.69 -
YUV 150.55 71.26 154.71 -
System Red Green Blue C M Y K H S L
Decimal 188 151 50 0 0.20 0.73 0.26 43.91 0.58 0.47
Hex BC 97 32 0 14 49 1A 2C 3A 2F
Octal 274 227 62 0 24 111 32 54 72 57
Binary 10111100 10010111 110010 0 10100 1001001 11010 101100 111010 101111

Color Harmonies of #BC9732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9732

Black with #BC9732

Text Example


Text Example

White with #BC9732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9732; }

 p { color: rgb(188,151,50); }

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

background-color css

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

 a { background-color: rgb(188,151,50); }

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

border-color css

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

 span { border-color: rgb(188,151,50); }

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