Html Css Color HEX #BC9C34 Nugget

📋 copy color: '#BC9C34'

red 188 ◦ green 156 ◦ blue 52

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

Shades of Nugget #BC9C34

Tints of Nugget #BC9C34

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.39%

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

R = 47.47%
G = 39.39%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC9C34 (or 0xBC9C34) is known color: Nugget. HEX triplet: BC, 9C and 34. RGB value is (188,156,52). Sum of RGB (Red+Green+Blue) = 188+156+52=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 52 (20.70% from 255 or 13.13% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9C34 is #4363CB. Grayscale: #9A9A9A. Windows color (decimal): -4416460 or 3447996. OLE color: 3447996.

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

Color convert

RGB 188 156 52 -
CMYK 0 0.17 0.72 0.26
HSL 45.88º 0.57% 0.47% -
HSV(B) 45.88º 0.72% 0.74% -
XYZ 33.25 34.72 8.2 -
YUV 153.71 70.6 152.46 -
System Red Green Blue C M Y K H S L
Decimal 188 156 52 0 0.17 0.72 0.26 45.88 0.57 0.47
Hex BC 9C 34 0 11 48 1A 2E 39 2F
Octal 274 234 64 0 21 110 32 56 71 57
Binary 10111100 10011100 110100 0 10001 1001000 11010 101110 111001 101111

Color Harmonies of #BC9C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9C34

Black with #BC9C34

Text Example


Text Example

White with #BC9C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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