Html Css Color HEX #BC9631 Nugget

📋 copy color: '#BC9631'

red 188 ◦ green 150 ◦ blue 49

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

Shades of Nugget #BC9631

Tints of Nugget #BC9631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.66%

R = 48.58%
G = 38.76%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC9631 (or 0xBC9631) is known color: Nugget. HEX triplet: BC, 96 and 31. RGB value is (188,150,49). Sum of RGB (Red+Green+Blue) = 188+150+49=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 49 (19.53% from 255 or 12.66% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9631 is #4369CE. Grayscale: #969696. Windows color (decimal): -4417999 or 3249852. OLE color: 3249852.

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

Color convert

RGB 188 150 49 -
CMYK 0 0.20 0.74 0.26
HSL 43.6º 0.59% 0.46% -
HSV(B) 43.6º 0.74% 0.74% -
XYZ 32.2 32.73 7.53 -
YUV 149.85 71.09 155.21 -
System Red Green Blue C M Y K H S L
Decimal 188 150 49 0 0.20 0.74 0.26 43.6 0.59 0.46
Hex BC 96 31 0 14 4A 1A 2C 3B 2E
Octal 274 226 61 0 24 112 32 54 73 56
Binary 10111100 10010110 110001 0 10100 1001010 11010 101100 111011 101110

Color Harmonies of #BC9631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9631

Black with #BC9631

Text Example


Text Example

White with #BC9631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9631; }

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

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

background-color css

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

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

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

border-color css

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

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

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