Html Css Color HEX #BC9323 Nugget

📋 copy color: '#BC9323'

red 188 ◦ green 147 ◦ blue 35

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

Shades of Nugget #BC9323

Tints of Nugget #BC9323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.46%

R = 50.81%
G = 39.73%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC9323 (or 0xBC9323) is known color: Nugget. HEX triplet: BC, 93 and 23. RGB value is (188,147,35). Sum of RGB (Red+Green+Blue) = 188+147+35=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 35 (14.06% from 255 or 9.46% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9323 is #436CDC. Grayscale: #929292. Windows color (decimal): -4418781 or 2331580. OLE color: 2331580.

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

Color convert

RGB 188 147 35 -
CMYK 0 0.22 0.81 0.26
HSL 43.92º 0.69% 0.44% -
HSV(B) 43.92º 0.81% 0.74% -
XYZ 31.48 31.68 6.05 -
YUV 146.49 65.08 157.61 -
System Red Green Blue C M Y K H S L
Decimal 188 147 35 0 0.22 0.81 0.26 43.92 0.69 0.44
Hex BC 93 23 0 16 51 1A 2C 45 2C
Octal 274 223 43 0 26 121 32 54 105 54
Binary 10111100 10010011 100011 0 10110 1010001 11010 101100 1000101 101100

Color Harmonies of #BC9323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9323

Black with #BC9323

Text Example


Text Example

White with #BC9323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9323; }

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

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

background-color css

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

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

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

border-color css

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

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

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