Html Css Color HEX #BC9020 Nugget

📋 copy color: '#BC9020'

red 188 ◦ green 144 ◦ blue 32

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

Shades of Nugget #BC9020

Tints of Nugget #BC9020

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.56%

 BLUE value IS 32 (12.89% from 255) = 8.79%

R = 51.65%
G = 39.56%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BC9020 (or 0xBC9020) is known color: Nugget. HEX triplet: BC, 90 and 20. RGB value is (188,144,32). Sum of RGB (Red+Green+Blue) = 188+144+32=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9020 is #436FDF. Grayscale: #909090. Windows color (decimal): -4419552 or 2134204. OLE color: 2134204.

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

Color convert

RGB 188 144 32 -
CMYK 0 0.23 0.83 0.26
HSL 43.08º 0.71% 0.43% -
HSV(B) 43.08º 0.83% 0.74% -
XYZ 30.97 30.74 5.67 -
YUV 144.39 64.58 159.11 -
System Red Green Blue C M Y K H S L
Decimal 188 144 32 0 0.23 0.83 0.26 43.08 0.71 0.43
Hex BC 90 20 0 17 53 1A 2B 47 2B
Octal 274 220 40 0 27 123 32 53 107 53
Binary 10111100 10010000 100000 0 10111 1010011 11010 101011 1000111 101011

Color Harmonies of #BC9020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9020

Black with #BC9020

Text Example


Text Example

White with #BC9020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9020; }

 p { color: rgb(188,144,32); }

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

background-color css

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

 a { background-color: rgb(188,144,32); }

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

border-color css

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

 span { border-color: rgb(188,144,32); }

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