Html Css Color HEX #BC9321 Nugget

📋 copy color: '#BC9321'

red 188 ◦ green 147 ◦ blue 33

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

Shades of Nugget #BC9321

Tints of Nugget #BC9321

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.95%

 BLUE value IS 33 (13.28% from 255) = 8.97%

R = 51.09%
G = 39.95%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC9321 (or 0xBC9321) is known color: Nugget. HEX triplet: BC, 93 and 21. RGB value is (188,147,33). Sum of RGB (Red+Green+Blue) = 188+147+33=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 33 (13.28% from 255 or 8.97% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9321 is #436CDE. Grayscale: #929292. Windows color (decimal): -4418783 or 2200508. OLE color: 2200508.

HSL color Cylindrical-coordinate representation of color #BC9321: hue angle of 44.13º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC9321 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 147 33 -
CMYK 0 0.22 0.82 0.26
HSL 44.13º 0.7% 0.43% -
HSV(B) 44.13º 0.82% 0.74% -
XYZ 31.45 31.67 5.89 -
YUV 146.26 64.08 157.77 -
System Red Green Blue C M Y K H S L
Decimal 188 147 33 0 0.22 0.82 0.26 44.13 0.7 0.43
Hex BC 93 21 0 16 52 1A 2C 46 2B
Octal 274 223 41 0 26 122 32 54 106 53
Binary 10111100 10010011 100001 0 10110 1010010 11010 101100 1000110 101011

Color Harmonies of #BC9321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9321

Black with #BC9321

Text Example


Text Example

White with #BC9321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9321; }

 p { color: rgb(188,147,33); }

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

background-color css

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

 a { background-color: rgb(188,147,33); }

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

border-color css

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

 span { border-color: rgb(188,147,33); }

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