Html Css Color HEX #BC9223 Nugget

📋 copy color: '#BC9223'

red 188 ◦ green 146 ◦ blue 35

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

Shades of Nugget #BC9223

Tints of Nugget #BC9223

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.57%

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

R = 50.95%
G = 39.57%
B = 9.49%

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

#BC9223 (or 0xBC9223) is known color: Nugget. HEX triplet: BC, 92 and 23. RGB value is (188,146,35). Sum of RGB (Red+Green+Blue) = 188+146+35=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 35 (14.06% from 255 or 9.49% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9223 is #436DDC. Grayscale: #929292. Windows color (decimal): -4419037 or 2331324. OLE color: 2331324.

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

Color convert

RGB 188 146 35 -
CMYK 0 0.22 0.81 0.26
HSL 43.53º 0.69% 0.44% -
HSV(B) 43.53º 0.81% 0.74% -
XYZ 31.32 31.37 5.99 -
YUV 145.9 65.41 158.03 -
System Red Green Blue C M Y K H S L
Decimal 188 146 35 0 0.22 0.81 0.26 43.53 0.69 0.44
Hex BC 92 23 0 16 51 1A 2C 45 2C
Octal 274 222 43 0 26 121 32 54 105 54
Binary 10111100 10010010 100011 0 10110 1010001 11010 101100 1000101 101100

Color Harmonies of #BC9223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9223

Black with #BC9223

Text Example


Text Example

White with #BC9223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9223; }

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

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

background-color css

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

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

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

border-color css

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

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

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