Html Css Color HEX #BA952C Nugget

📋 copy color: '#BA952C'

red 186 ◦ green 149 ◦ blue 44

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

Shades of Nugget #BA952C

Tints of Nugget #BA952C

RGB

 RED value IS 186 (73.05% from 255) = 49.08%

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

 BLUE value IS 44 (17.58% from 255) = 11.61%

R = 49.08%
G = 39.31%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA952C (or 0xBA952C) is known color: Nugget. HEX triplet: BA, 95 and 2C. RGB value is (186,149,44). Sum of RGB (Red+Green+Blue) = 186+149+44=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA952C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA952C is #456AD3. Grayscale: #949494. Windows color (decimal): -4549332 or 2921914. OLE color: 2921914.

HSL color Cylindrical-coordinate representation of color #BA952C: hue angle of 44.37º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA952C is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 149 44 -
CMYK 0 0.20 0.76 0.27
HSL 44.37º 0.62% 0.45% -
HSV(B) 44.37º 0.76% 0.73% -
XYZ 31.45 32.12 6.92 -
YUV 148.09 69.26 155.04 -
System Red Green Blue C M Y K H S L
Decimal 186 149 44 0 0.20 0.76 0.27 44.37 0.62 0.45
Hex BA 95 2C 0 14 4C 1B 2C 3E 2D
Octal 272 225 54 0 24 114 33 54 76 55
Binary 10111010 10010101 101100 0 10100 1001100 11011 101100 111110 101101

Color Harmonies of #BA952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA952C

Black with #BA952C

Text Example


Text Example

White with #BA952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA952C; }

 p { color: rgb(186,149,44); }

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

background-color css

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

 a { background-color: rgb(186,149,44); }

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

border-color css

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

 span { border-color: rgb(186,149,44); }

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