Html Css Color HEX #BA952E Nugget

📋 copy color: '#BA952E'

red 186 ◦ green 149 ◦ blue 46

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

Shades of Nugget #BA952E

Tints of Nugget #BA952E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.07%

R = 48.82%
G = 39.11%
B = 12.07%

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

#BA952E (or 0xBA952E) is known color: Nugget. HEX triplet: BA, 95 and 2E. RGB value is (186,149,46). Sum of RGB (Red+Green+Blue) = 186+149+46=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 46 (18.36% from 255 or 12.07% from 381); Max value from RGB is 186 - color contains mainly: red. Hex color #BA952E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA952E is #456AD1. Grayscale: #949494. Windows color (decimal): -4549330 or 3052986. OLE color: 3052986.

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

Color convert

RGB 186 149 46 -
CMYK 0 0.20 0.75 0.27
HSL 44.14º 0.6% 0.45% -
HSV(B) 44.14º 0.75% 0.73% -
XYZ 31.49 32.13 7.13 -
YUV 148.32 70.26 154.88 -
System Red Green Blue C M Y K H S L
Decimal 186 149 46 0 0.20 0.75 0.27 44.14 0.6 0.45
Hex BA 95 2E 0 14 4B 1B 2C 3C 2D
Octal 272 225 56 0 24 113 33 54 74 55
Binary 10111010 10010101 101110 0 10100 1001011 11011 101100 111100 101101

Color Harmonies of #BA952E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA952E

Black with #BA952E

Text Example


Text Example

White with #BA952E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA952E; }

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

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

background-color css

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

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

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

border-color css

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

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

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