Html Css Color HEX #BC9832 Nugget

📋 copy color: '#BC9832'

red 188 ◦ green 152 ◦ blue 50

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

Shades of Nugget #BC9832

Tints of Nugget #BC9832

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.97%

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

R = 48.21%
G = 38.97%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC9832 (or 0xBC9832) is known color: Nugget. HEX triplet: BC, 98 and 32. RGB value is (188,152,50). Sum of RGB (Red+Green+Blue) = 188+152+50=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9832 is #4367CD. Grayscale: #979797. Windows color (decimal): -4417486 or 3315900. OLE color: 3315900.

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

Color convert

RGB 188 152 50 -
CMYK 0 0.19 0.73 0.26
HSL 44.35º 0.58% 0.47% -
HSV(B) 44.35º 0.73% 0.74% -
XYZ 32.54 33.38 7.75 -
YUV 151.14 70.93 154.29 -
System Red Green Blue C M Y K H S L
Decimal 188 152 50 0 0.19 0.73 0.26 44.35 0.58 0.47
Hex BC 98 32 0 13 49 1A 2C 3A 2F
Octal 274 230 62 0 23 111 32 54 72 57
Binary 10111100 10011000 110010 0 10011 1001001 11010 101100 111010 101111

Color Harmonies of #BC9832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9832

Black with #BC9832

Text Example


Text Example

White with #BC9832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9832; }

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

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

background-color css

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

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

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

border-color css

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

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

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