Html Css Color HEX #BC9628 Nugget

📋 copy color: '#BC9628'

red 188 ◦ green 150 ◦ blue 40

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

Shades of Nugget #BC9628

Tints of Nugget #BC9628

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.68%

 BLUE value IS 40 (16.02% from 255) = 10.58%

R = 49.74%
G = 39.68%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC9628 (or 0xBC9628) is known color: Nugget. HEX triplet: BC, 96 and 28. RGB value is (188,150,40). Sum of RGB (Red+Green+Blue) = 188+150+40=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 40 (16.02% from 255 or 10.58% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9628 is #4369D7. Grayscale: #959595. Windows color (decimal): -4418008 or 2660028. OLE color: 2660028.

HSL color Cylindrical-coordinate representation of color #BC9628: hue angle of 44.59º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC9628 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 150 40 -
CMYK 0 0.20 0.79 0.26
HSL 44.59º 0.65% 0.45% -
HSV(B) 44.59º 0.79% 0.74% -
XYZ 32.03 32.66 6.62 -
YUV 148.82 66.59 155.94 -
System Red Green Blue C M Y K H S L
Decimal 188 150 40 0 0.20 0.79 0.26 44.59 0.65 0.45
Hex BC 96 28 0 14 4F 1A 2D 41 2D
Octal 274 226 50 0 24 117 32 55 101 55
Binary 10111100 10010110 101000 0 10100 1001111 11010 101101 1000001 101101

Color Harmonies of #BC9628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9628

Black with #BC9628

Text Example


Text Example

White with #BC9628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9628; }

 p { color: rgb(188,150,40); }

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

background-color css

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

 a { background-color: rgb(188,150,40); }

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

border-color css

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

 span { border-color: rgb(188,150,40); }

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