Html Css Color HEX #BA952F Nugget

📋 copy color: '#BA952F'

red 186 ◦ green 149 ◦ blue 47

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

Shades of Nugget #BA952F

Tints of Nugget #BA952F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.3%

R = 48.69%
G = 39.01%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA952F (or 0xBA952F) is known color: Nugget. HEX triplet: BA, 95 and 2F. RGB value is (186,149,47). Sum of RGB (Red+Green+Blue) = 186+149+47=382 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.69% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 186 - color contains mainly: red. Hex color #BA952F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA952F is #456AD0. Grayscale: #949494. Windows color (decimal): -4549329 or 3118522. OLE color: 3118522.

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

Color convert

RGB 186 149 47 -
CMYK 0 0.20 0.75 0.27
HSL 44.03º 0.6% 0.46% -
HSV(B) 44.03º 0.75% 0.73% -
XYZ 31.51 32.14 7.23 -
YUV 148.44 70.76 154.79 -
System Red Green Blue C M Y K H S L
Decimal 186 149 47 0 0.20 0.75 0.27 44.03 0.6 0.46
Hex BA 95 2F 0 14 4B 1B 2C 3C 2E
Octal 272 225 57 0 24 113 33 54 74 56
Binary 10111010 10010101 101111 0 10100 1001011 11011 101100 111100 101110

Color Harmonies of #BA952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA952F

Black with #BA952F

Text Example


Text Example

White with #BA952F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA952F; }

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

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

background-color css

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

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

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

border-color css

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

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

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