Html Css Color HEX #BA952D Nugget

📋 copy color: '#BA952D'

red 186 ◦ green 149 ◦ blue 45

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

Shades of Nugget #BA952D

Tints of Nugget #BA952D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.84%

R = 48.95%
G = 39.21%
B = 11.84%

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

#BA952D (or 0xBA952D) is known color: Nugget. HEX triplet: BA, 95 and 2D. RGB value is (186,149,45). Sum of RGB (Red+Green+Blue) = 186+149+45=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA952D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA952D is #456AD2. Grayscale: #949494. Windows color (decimal): -4549331 or 2987450. OLE color: 2987450.

HSL color Cylindrical-coordinate representation of color #BA952D: hue angle of 44.26º degrees, saturation: 0.61, 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 #BA952D is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 149 45 -
CMYK 0 0.20 0.76 0.27
HSL 44.26º 0.61% 0.45% -
HSV(B) 44.26º 0.76% 0.73% -
XYZ 31.47 32.12 7.02 -
YUV 148.21 69.76 154.96 -
System Red Green Blue C M Y K H S L
Decimal 186 149 45 0 0.20 0.76 0.27 44.26 0.61 0.45
Hex BA 95 2D 0 14 4C 1B 2C 3D 2D
Octal 272 225 55 0 24 114 33 54 75 55
Binary 10111010 10010101 101101 0 10100 1001100 11011 101100 111101 101101

Color Harmonies of #BA952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA952D

Black with #BA952D

Text Example


Text Example

White with #BA952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA952D; }

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

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

background-color css

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

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

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

border-color css

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

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

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