Html Css Color HEX #BC9A34 Nugget

📋 copy color: '#BC9A34'

red 188 ◦ green 154 ◦ blue 52

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

Shades of Nugget #BC9A34

Tints of Nugget #BC9A34

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.09%

 BLUE value IS 52 (20.7% from 255) = 13.2%

R = 47.72%
G = 39.09%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC9A34 (or 0xBC9A34) is known color: Nugget. HEX triplet: BC, 9A and 34. RGB value is (188,154,52). Sum of RGB (Red+Green+Blue) = 188+154+52=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 52 (20.70% from 255 or 13.20% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9A34 is #4365CB. Grayscale: #989898. Windows color (decimal): -4416972 or 3447484. OLE color: 3447484.

HSL color Cylindrical-coordinate representation of color #BC9A34: hue angle of 45º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC9A34 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 154 52 -
CMYK 0 0.18 0.72 0.26
HSL 45º 0.57% 0.47% -
HSV(B) 45º 0.72% 0.74% -
XYZ 32.91 34.05 8.09 -
YUV 152.54 71.26 153.29 -
System Red Green Blue C M Y K H S L
Decimal 188 154 52 0 0.18 0.72 0.26 45 0.57 0.47
Hex BC 9A 34 0 12 48 1A 2D 39 2F
Octal 274 232 64 0 22 110 32 55 71 57
Binary 10111100 10011010 110100 0 10010 1001000 11010 101101 111001 101111

Color Harmonies of #BC9A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9A34

Black with #BC9A34

Text Example


Text Example

White with #BC9A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9A34; }

 p { color: rgb(188,154,52); }

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

background-color css

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

 a { background-color: rgb(188,154,52); }

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

border-color css

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

 span { border-color: rgb(188,154,52); }

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