Html Css Color HEX #BC9424 Nugget

📋 copy color: '#BC9424'

red 188 ◦ green 148 ◦ blue 36

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

Shades of Nugget #BC9424

Tints of Nugget #BC9424

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.78%

 BLUE value IS 36 (14.45% from 255) = 9.68%

R = 50.54%
G = 39.78%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC9424 (or 0xBC9424) is known color: Nugget. HEX triplet: BC, 94 and 24. RGB value is (188,148,36). Sum of RGB (Red+Green+Blue) = 188+148+36=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 36 (14.45% from 255 or 9.68% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9424 is #436BDB. Grayscale: #939393. Windows color (decimal): -4418524 or 2397372. OLE color: 2397372.

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

Color convert

RGB 188 148 36 -
CMYK 0 0.21 0.81 0.26
HSL 44.21º 0.68% 0.44% -
HSV(B) 44.21º 0.81% 0.74% -
XYZ 31.65 32 6.18 -
YUV 147.19 65.25 157.11 -
System Red Green Blue C M Y K H S L
Decimal 188 148 36 0 0.21 0.81 0.26 44.21 0.68 0.44
Hex BC 94 24 0 15 51 1A 2C 44 2C
Octal 274 224 44 0 25 121 32 54 104 54
Binary 10111100 10010100 100100 0 10101 1010001 11010 101100 1000100 101100

Color Harmonies of #BC9424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9424

Black with #BC9424

Text Example


Text Example

White with #BC9424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9424; }

 p { color: rgb(188,148,36); }

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

background-color css

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

 a { background-color: rgb(188,148,36); }

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

border-color css

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

 span { border-color: rgb(188,148,36); }

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