Html Css Color HEX #BC9322 Nugget

📋 copy color: '#BC9322'

red 188 ◦ green 147 ◦ blue 34

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

Shades of Nugget #BC9322

Tints of Nugget #BC9322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.21%

R = 50.95%
G = 39.84%
B = 9.21%

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

#BC9322 (or 0xBC9322) is known color: Nugget. HEX triplet: BC, 93 and 22. RGB value is (188,147,34). Sum of RGB (Red+Green+Blue) = 188+147+34=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 34 (13.67% from 255 or 9.21% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9322 is #436CDD. Grayscale: #929292. Windows color (decimal): -4418782 or 2266044. OLE color: 2266044.

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

Color convert

RGB 188 147 34 -
CMYK 0 0.22 0.82 0.26
HSL 44.03º 0.69% 0.44% -
HSV(B) 44.03º 0.82% 0.74% -
XYZ 31.46 31.67 5.97 -
YUV 146.38 64.58 157.69 -
System Red Green Blue C M Y K H S L
Decimal 188 147 34 0 0.22 0.82 0.26 44.03 0.69 0.44
Hex BC 93 22 0 16 52 1A 2C 45 2C
Octal 274 223 42 0 26 122 32 54 105 54
Binary 10111100 10010011 100010 0 10110 1010010 11010 101100 1000101 101100

Color Harmonies of #BC9322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9322

Black with #BC9322

Text Example


Text Example

White with #BC9322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9322; }

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

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

background-color css

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

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

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

border-color css

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

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

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