Html Css Color HEX #BC9531 Nugget

📋 copy color: '#BC9531'

red 188 ◦ green 149 ◦ blue 49

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

Shades of Nugget #BC9531

Tints of Nugget #BC9531

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.6%

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

R = 48.7%
G = 38.6%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC9531 (or 0xBC9531) is known color: Nugget. HEX triplet: BC, 95 and 31. RGB value is (188,149,49). Sum of RGB (Red+Green+Blue) = 188+149+49=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 49 (19.53% from 255 or 12.69% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9531 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9531 is #436ACE. Grayscale: #959595. Windows color (decimal): -4418255 or 3249596. OLE color: 3249596.

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

Color convert

RGB 188 149 49 -
CMYK 0 0.21 0.74 0.26
HSL 43.17º 0.59% 0.46% -
HSV(B) 43.17º 0.74% 0.74% -
XYZ 32.04 32.41 7.47 -
YUV 149.26 71.42 155.63 -
System Red Green Blue C M Y K H S L
Decimal 188 149 49 0 0.21 0.74 0.26 43.17 0.59 0.46
Hex BC 95 31 0 15 4A 1A 2B 3B 2E
Octal 274 225 61 0 25 112 32 53 73 56
Binary 10111100 10010101 110001 0 10101 1001010 11010 101011 111011 101110

Color Harmonies of #BC9531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9531

Black with #BC9531

Text Example


Text Example

White with #BC9531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9531; }

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

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

background-color css

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

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

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

border-color css

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

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

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